Created
June 2, 2019 20:52
-
-
Save aleksb86/773b90c8d57837c6ec26ed46f1fbea10 to your computer and use it in GitHub Desktop.
Chmod for all files by path
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 -exec chmod +rx {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment