Blog
sudo apt-get install nfs4-acl-tools acl
getfacl /slozka
<===> muzete nahlizet, kdo ma jake opravneni ve slozkce /slozka a to jak uzivatel tak i skupinagetfacl --access /share | setfacl -d -M- /data
<===> zkopiruje ty same vlastnosti(opravneni) ze slozky /share na slozku /datagetfacl foo | setfacl -S - bar
<===> To copy the ACL from file foo such that the file bar will have the same ACL
Strana 2 z 183