question about mask inheritance
Scott Mcdermott <[email protected]> Wed, 30 Jun 2004 21:34:57 -0400
| Newsgroups | gmane.linux.file-systems.acl.devel |
|---|---|
| Message-ID | <[email protected]> |
I have the following:
prompt# getfacl .
# file: .
# owner: a2bcm
# group: pdt
user::rwx
group::rwx
group:teamleads:r-x
mask::rwx
other::r-x
default:user::rwx
default:group::rwx
default:group:teamleads:r-x
default:mask::rwx
default:other::r-x
prompt# touch thatfile
prompt# getfacl thatfile
# file: thatfile
# owner: root
# group: root
user::rw-
group::rwx #effective:rw-
group:teamleads:r-x #effective:r--
mask::rw-
other::r--
what I am trying to understand, is why `thatfile' was
created with mask 06, but its directory has a default ACL
that specifies a mask of 07.
_______________________________________________
acl-devel mailing list
[email protected]
http://acl.bestbits.at/mailman/listinfo/acl-devel