Skip to content

Instantly share code, notes, and snippets.

@jeroenvdgulik
Created August 4, 2016 13:47
Show Gist options
  • Save jeroenvdgulik/969d987c4fd71b85d370ab503e127c79 to your computer and use it in GitHub Desktop.
Save jeroenvdgulik/969d987c4fd71b85d370ab503e127c79 to your computer and use it in GitHub Desktop.
find . -type d -name \* -exec chmod 775 {} \;
find . -type f -exec chmod 664 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment