Hi, I'm wanting to set up an ACL for a directory (accessible by members of a specfic group) on an NFS file-system accessible from Solaris 8 and Debian Linux platforms. Does anyone know if it's possible to use ACL's with NIS (though I'm aware that what I want to achieve might not need this functionality)? What I have come up with so far is (the permissions as are can be ignored):
setfacl -s u::7,g::7,o:4,m:5,d:u::5,d:g::7,d:o:5,d:m:5 'directory' - then set a default acl for the group's directory: setfacl -m d:g:groupname:7 'directory' Thanks for any advice. David Smith University of Oxford
