Displaying 2 results from an estimated 2 matches for "ddaarwcco".
Did you mean:
ddaarwccos
2010 Jan 25
6
Best practice for setting ACL
Hello forum.
I''m in the process of re-organizing my server and ACL-settings.
I''ve seen so many different ways of doing ACL, which makes me wonder how
I should do it myself.
This is obviously the easiest way, only describing the positive permissions:
/usr/bin/chmod -R A=\
group:sa:full_set:fd:allow,\
group:vk:read_set:fd:allow \
However, I''ve seen people split each
2015 Dec 04
0
Samba, ZFS ACLs File Deletion and w
...p hidden = no
map archive = no
map system = no
vfs objects = recycle zfsacl
nfs4:acedup = merge
nfs4:chown = yes
nfs4:mode = special
zfsacl:acesort = dontcare
Permissions for a /var/www/test:
# getfacl /var/www/test
# file: /var/www/test
# owner: root
# group: wheel
group:domain users:rwxpDdaARWcCos:fd----:allow
owner@:rwxpDdaARWcCos:fd----:allow
group@:r-x---a-R-c--s:------:allow
everyone@:r-x---a-R-c--s:------:allow
Suppose I put file on this share, and mount it via SMB on same server on
/mnt/smb2 (using user tatjana), thus I should be able to access the fi...