Created
June 9, 2016 11:58
-
-
Save sowich/0d7b923733f7d8b1348f95a4786738ec to your computer and use it in GitHub Desktop.
chmod files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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