Skip to content

Instantly share code, notes, and snippets.

@jamesstacyjones
Last active August 29, 2015 14:19
Show Gist options
  • Save jamesstacyjones/9ce429d82511ff7fc1bf to your computer and use it in GitHub Desktop.
Save jamesstacyjones/9ce429d82511ff7fc1bf to your computer and use it in GitHub Desktop.
Change all files and folder recursively.
sudo find foldername -type d -exec chmod 775 {} ";"
sudo find foldername -type f -exec chmod 664 {} ";"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment