Skip to content

Instantly share code, notes, and snippets.

@bladeofsteel
Forked from robertbasic/gist:775208
Created January 12, 2011 06:20
Show Gist options
  • Save bladeofsteel/775770 to your computer and use it in GitHub Desktop.
Save bladeofsteel/775770 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