ACL: Difference between revisions
From DWIKI
mNo edit summary |
m (→FAQ) |
||
Line 16: | Line 16: | ||
=FAQ= | =FAQ= | ||
==setfacl: Option -x: Invalid argument near character 16" | ==setfacl: Option -x: Invalid argument near character 16"== | ||
You only need like | You only need like | ||
setfacl -x group:somegroup | setfacl -x group:somegroup |
Latest revision as of 14:49, 7 May 2024
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 .
FAQ
setfacl: Option -x: Invalid argument near character 16"
You only need like
setfacl -x group:somegroup