Skip to content

Instantly share code, notes, and snippets.

@entryway
Created April 30, 2009 17:26
Show Gist options
  • Save entryway/104564 to your computer and use it in GitHub Desktop.
Save entryway/104564 to your computer and use it in GitHub Desktop.
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment