Created
June 21, 2025 07:03
-
-
Save singularitti/578356e32f3ffe193286a1044c8b7e53 to your computer and use it in GitHub Desktop.
Add Group Execute Permission to Immediate and Nested Subdirectories (Only) #Shell
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 . -type d -exec chmod g+x {} + |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment