Skip to content

Instantly share code, notes, and snippets.

@ngstigator
Last active December 5, 2018 00:59
Show Gist options
  • Save ngstigator/2d6d644b2ed67e07cd3ec0ab71cf2a1c to your computer and use it in GitHub Desktop.
Save ngstigator/2d6d644b2ed67e07cd3ec0ab71cf2a1c to your computer and use it in GitHub Desktop.
set default sticky directory permissions
# 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