Skip to content

Instantly share code, notes, and snippets.

@git-ashish
Created May 8, 2013 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save git-ashish/5539764 to your computer and use it in GitHub Desktop.
Save git-ashish/5539764 to your computer and use it in GitHub Desktop.
Recursively apply permissions depending on the file type
find . -type d -exec chmod 644 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment