Skip to content

Instantly share code, notes, and snippets.

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