ACL: Difference between revisions
From DWIKI
m (→getfacl) |
m (→Commands) |
||
Line 8: | Line 8: | ||
==getfacl== | ==getfacl== | ||
==chacl== | ==chacl== | ||
==setfacl== | ==setfacl== | ||
===Set group writable=== | |||
setfacl -R -d -m g::rwx . |
Revision as of 11: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 .