NFS mounts on R6000

John F. Haugh II jfh at rpp386.cactus.org
Mon Mar 26 16:18:11 AEST 1990


In article <1898 at awdprime.UUCP> mikec at reed.UUCP (Michael Callahan) writes:
>The second problem is not a problem, but an informational message.  The
>AIX file system supports Access Control Lists.  There is a special RPC program
>running on AIX NFS servers to allow NFS clients to view/change these lists.
>The message is there to inform the user (only happens on the first access
>attempt of a newly mounted FS) that the "aclget", "aclput", "acledit", etc
>commands will not work on this NFS filesystem.

More accurately, it is telling you that the [f]statacl() and [f]chacl()
system calls won't work.

aclget, aclput and acledit are user-level commands to view/change/edit
access control lists.  They are not part of the NFS server.

The ACL system calls will dummy-up an ACL for a file on the wire that
is coming from an ACL-free filesystem, but I don't recall what happens
if you try to send an ACL back to the server.  I suspect the extended
entries are dropped on the floor silently, but I don't think you get an
error.
-- 
John F. Haugh II                             UUCP: ...!cs.utexas.edu!rpp386!jfh
Ma Bell: (512) 832-8832                           Domain: jfh at rpp386.cactus.org



More information about the Comp.unix.aix mailing list