Skip to content

Instantly share code, notes, and snippets.

@jamesdube
Created November 12, 2015 15:28
Show Gist options
  • Save jamesdube/569d400a27af5a567fb2 to your computer and use it in GitHub Desktop.
Save jamesdube/569d400a27af5a567fb2 to your computer and use it in GitHub Desktop.
# 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