I do the following on a directory on local file system (NOT NFS)
setacl -u user:test:rwx dir1
setacl -d -u user:test:rw dir1
setacl -D -u user:test:rwx dir1
cd dir1
touch test.txt
getacl test.txt
# file: test.txt
# owner: root
# group: system
#
user::rw-
group::r--
other::r--
It does not inherit any of my acls.
Any ideas.
Thanks.
Regards,
Hoai
Received on Thu Oct 08 1998 - 01:21:13 NZDT