Skip to content

Instantly share code, notes, and snippets.

@aleksb86
Created June 2, 2019 20:52
Show Gist options
  • Save aleksb86/773b90c8d57837c6ec26ed46f1fbea10 to your computer and use it in GitHub Desktop.
Save aleksb86/773b90c8d57837c6ec26ed46f1fbea10 to your computer and use it in GitHub Desktop.
Chmod for all files by path
find . -type d -exec chmod +rx {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment