Skip to content

Instantly share code, notes, and snippets.

@wjn
Created August 17, 2012 18:08
Show Gist options
  • Save wjn/3381221 to your computer and use it in GitHub Desktop.
Save wjn/3381221 to your computer and use it in GitHub Desktop.
Set permissions for directories only
find /path/to/webroot/ -type d -exec chmod 755 {} ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment