ACL: Difference between revisions
From DWIKI
m →getfacl |
Tag: wikieditor |
||
| Line 8: | Line 8: | ||
==getfacl== | ==getfacl== | ||
==chacl== | ==chacl== | ||
==setfacl== | ==setfacl== | ||
===Set group writable=== | |||
setfacl -R -d -m g::rwx . | |||
Revision as of 10:55, 17 October 2023
Posix Access Control Lists
Docs
- http://linuxhelp.blogspot.com/2005/11/get-exact-control-over-your-files-and.html
- Using rsync with acl
Commands
getfacl
chacl
setfacl
Set group writable
setfacl -R -d -m g::rwx .
