Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mullnerz/0ba36279f24dfe1be26b to your computer and use it in GitHub Desktop.
Save mullnerz/0ba36279f24dfe1be26b to your computer and use it in GitHub Desktop.
sudo chgrp -R www-data /var/www/sitename.com
sudo chmod -R g+w /var/www/sitename.com
find /var/www/sitename.com -type d -exec chmod g+s {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment