Skip to content

Instantly share code, notes, and snippets.

@zahna
Last active August 8, 2017 13:07
Show Gist options
  • Save zahna/da8f242c82484fd5b36e5ea2d4d5af78 to your computer and use it in GitHub Desktop.
Save zahna/da8f242c82484fd5b36e5ea2d4d5af78 to your computer and use it in GitHub Desktop.
enforcing group "users" in my Music directory on NFS
sudo chgrp -R users Music
sudo chmod g+s Music
sudo setfacl -d -m g::rwx Music
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment