Skip to content

Instantly share code, notes, and snippets.

@vivianspencer
Last active August 29, 2015 14:01
Show Gist options
  • Save vivianspencer/6f2d572033d7ad951225 to your computer and use it in GitHub Desktop.
Save vivianspencer/6f2d572033d7ad951225 to your computer and use it in GitHub Desktop.
Recursively chmod only directories
find . -type d -exec chmod 755 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment