Please explain how. I've been trying to make this work for months with
no success.

The business requirement is that all files in a directory hierarchy be created
mode 660 - read and write by owner and primary group. How do I do
this?


# zfs set aclmode=passthrough <dataset>
# mkdir dir.test

# chmod A+group:<somegroup>:<desired perms>:fd:allow dir.test

create files and directories under dir.test.

This should allow anyone in the the desired group to read/write all files, and the passthrough of aclmode stops chmod(2) from prepending deny entries.

  -Mark
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to