Displaying 1 result from an estimated 1 matches for "aclsmb".
2002 Aug 19
1
smaba 2.2.5 and acls on XFS
Hi
i have a question concerning the acl supoprt of samba, i have a mandrake9 (2.4.19) with a xfs partition installed
locally i can get and set acls on the xfs parition
snip
[root@aclsmb data]# getfacl samba/
# file: samba
# owner: root
# group: root
user::rwx
group::r-x
other::r-x
[root@aclsmb data]# setfacl -m u:smalchow:rwx samba/
[root@aclsmb data]# getfacl samba/
# file: samba
# owner: root
# group: root
user::rwx
user:smalchow:rwx
group::r-x
mask::rwx
other::r-x
[root@aclsm...