Created
September 19, 2014 01:08
-
-
Save d9k/88ea41f55d22987446a5 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
# automatically set user and group in new files on this folder and nested folders. | |
find `pwd` -type d -exec chmod ug+s '{}' \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment