Created
February 22, 2016 23:31
-
-
Save davidkryzaniak/89e084fa14eb66b9a7ee to your computer and use it in GitHub Desktop.
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 . -mindepth 1 -type f -exec chmod 644 {} \; | |
find . -mindepth 1 -type f -name "*.php" -exec chmod 600 {} \; | |
find . -mindepth 1 -type d -exec chmod 755 {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment