お名前.com VPS 公開ディレクトリ(html)設定

rootグループに作業ユーザーを追加

作業ユーザーでアクセス出来るようにする

// 追加
# gpasswd -a ユーザー名 root

// 確認
# id ユーザー名
# root:x:0:ユーザー名

htmlフォルダのパーミッション変更

755から775へ変更

# cd /var/www/
# chmod 775 html
PAGE TOP