Skip to content

Instantly share code, notes, and snippets.

@sowich
Created June 9, 2016 11:58
Show Gist options
  • Save sowich/0d7b923733f7d8b1348f95a4786738ec to your computer and use it in GitHub Desktop.
Save sowich/0d7b923733f7d8b1348f95a4786738ec to your computer and use it in GitHub Desktop.
chmod files
find /PATH -type f -exec chmod 644 {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment