Skip to content

Instantly share code, notes, and snippets.

@xdissent
Created March 27, 2010 15:12
Show Gist options
  • Save xdissent/346145 to your computer and use it in GitHub Desktop.
Save xdissent/346145 to your computer and use it in GitHub Desktop.
Grant all file permissions to a group
chmod +a "group:<group name>:allow:delete,readattr,writeattr,readextattr,writeextattr,readsecurity,writesecurity,chown,list,search,add_file,add_subdirectory,delete_child,read,write,append,execute,file_inherit,directory_inherit" <directory | file>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment