Created
November 7, 2014 11:10
-
-
Save lucasmotta/bb8d85c59448f9dcaa53 to your computer and use it in GitHub Desktop.
Change all 777 directories only to 755
This file contains 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 . -type d -perm 777 -exec chmod 755 {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment