Last active
December 5, 2018 00:59
-
-
Save ngstigator/2d6d644b2ed67e07cd3ec0ab71cf2a1c to your computer and use it in GitHub Desktop.
set default sticky directory permissions
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
# grant directory rwx to group | |
`setfacl -R -m d:g:{group_name}:rwx {folder_name}/` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment