Skip to content

Instantly share code, notes, and snippets.

@ryanschwartz
Created April 28, 2010 17:01
Show Gist options
  • Save ryanschwartz/382378 to your computer and use it in GitHub Desktop.
Save ryanschwartz/382378 to your computer and use it in GitHub Desktop.
sudo -s
find . -type f -exec chmod 0644 {} \; -print
find . -type d -exec chmod 0755 {} \; -print
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment