Created
November 12, 2015 15:28
-
-
Save jamesdube/569d400a27af5a567fb2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This script is for automating the www folder permissions for development setup on your web server | |
chown -R eve contoso.com | |
chgrp -R www-data contoso.com | |
chmod -R 750 contoso.com | |
chmod g+s contoso.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment