Skip to content

Instantly share code, notes, and snippets.

@masasdani
Created October 19, 2011 04:34
Show Gist options
  • Save masasdani/1297476 to your computer and use it in GitHub Desktop.
Save masasdani/1297476 to your computer and use it in GitHub Desktop.
change default secure permission to /var/www/
#find /var/www/ -type d -print0 | xargs -0 chmod 755
#find /var/www/ -type f -print0 | xargs -0 chmod 644
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment