Setando
1 2 |
[root@linux]# setfacl -m u:usuario:r-- arquivo.txt [root@linux]# setfacl -m g:edita:rwx pasta1/ |
Verificar
1 |
[root@linux]# getfacl pasta1 |
Removendo
1 |
[root@linux] setfacl -b -R PASTA_OU_ARQUIVO |