Displaying 1 result from an estimated 1 matches for "file_samba".
Did you mean:
files_samba
2001 Dec 18
1
Question about default ACL
...r example, we create a
directory named 'public', and set its default acl on 'public' as
'u::rwx,g::rw-,o::r--,m::rwx', . Under Linux box, try to create a file
named 'file_linux' under directory 'public', On Samba client (Win2K) try
to create a file named 'file_samba' under directory 'public'.=20
After that I try to list the ACLs for them, what I got were:
chacl -l file_samba=20
------- u::rwx,g::rw-,o::rw-,m::rwx
chacl -l file_linux=20
------- u::rwx,g::rw-,o::r--,m::rw- ( this is what we
expected though the mask ACL is changed to m...