Reset ACLs in NFS4/ZFS network share
Posted
by
Christoph
on Server Fault
See other posts from Server Fault
or by Christoph
Published on 2011-01-14T08:43:16Z
Indexed on
2011/01/14
8:54 UTC
Read the original article
Hit count: 351
How can I reset the ACLs on a ZFS file system on OpenIndiana that is exported via NFS4 and replace it with inherited permissions? Basically, I want to do the equivalent of icacls "C:\path\to\folder" /reset /T /C
on Windows on this machine. However, neither the chmod command on OpenIndiana nor the nfs4_setacl seems to allow for deleting all ACLs although the client correctly interprets inherited ACLs if a node does not have an own one.
© Server Fault or respective owner