Skip to content

Instantly share code, notes, and snippets.

@mlabod
Created August 4, 2013 17:52
Show Gist options
  • Save mlabod/6151192 to your computer and use it in GitHub Desktop.
Save mlabod/6151192 to your computer and use it in GitHub Desktop.
permissions for files and folders
chmod 755 $(find /path/to/base/dir -type d)
chmod 644 $(find /path/to/base/dir -type f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment