Displaying 1 result from an estimated 1 matches for "amoyano".
Did you mean:
moyano
2017 Jan 24
1
Unix permissions
...To illustrate the ACL issue, when a user has created a file the Unix
permisions are 770 where group is projectes, however users in projects
only receive read access when accessing the file via samba, which I
assume is due to the acl on the file:
# file: resumenCertificacionesSO_4.xlsx
# owner: amoyano
# group: projectes
user::rwx
user:amoyano:rwx
group::r--
group:staff:r--
mask::rwx
other::r--
Can I have Samba use only standard Unix permissions and ignore the ACL?
NT ACL option looks like it completely disables file permission support
so isnt what Im after.
Thanks for any help, Andy.