ryantanglao

RESOURCE: Change Linux webserver permissions

Mar 8th, 2013
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. sudo chmod g+s /var/www
  2. sudo usermod -aG www-data $LOGNAME
  3. sudo chown -R $LOGNAME /var/www
Advertisement
Add Comment
Please, Sign In to add comment