Created
October 3, 2015 12:11
-
-
Save vyshane/e77b44ab9d0d20dca642 to your computer and use it in GitHub Desktop.
Recursively set permissions for directories to 755 and files to 644
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
chmod -R u+rwX,go+rX,go-w /path/to/dir |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment