Skip to content

Instantly share code, notes, and snippets.

@git-ashish
Created May 8, 2013 11:01
Show Gist options
  • Select an option

  • Save git-ashish/5539764 to your computer and use it in GitHub Desktop.

Select an option

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