Skip to content

Instantly share code, notes, and snippets.

@robertbasic
Created January 11, 2011 21:42
Show Gist options
  • Save robertbasic/775208 to your computer and use it in GitHub Desktop.
Save robertbasic/775208 to your computer and use it in GitHub Desktop.
$ find /path/to -type d -exec chmod 775 {} \;
$ find /path/to -type f -exec chmod 664 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment