Page History
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
$ setfacl -m user:<username>:rw test/ $ getfacl test/ # file: test # owner: pasmarco # group: csstaff user::rwx user:<username>:rwxrw group::r-x mask::rwx other::r-x |
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
$ setfacl -dm user:<username>:rw test/ $ getfacl test # file: test # owner: pasmarco # group: csstaff user::rwx user:<username>:rwx group::r-x mask::rwx other::r-x default:user::rwx default:user:<username>:rwxrw default:group::r-x default:mask::rwx default:other::r-x |
...