ACL: Difference between revisions
From DWIKI
mNo edit summary |
m (→getfacl) |
||
Line 8: | Line 8: | ||
==getfacl== | ==getfacl== | ||
setfacl -R -d -m g::rwx . | |||
==chacl== | |||
==setfacl== | ==setfacl== |
Revision as of 13:28, 18 April 2018
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
setfacl -R -d -m g::rwx .