ACL: Difference between revisions

From DWIKI
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
=Docs=
=Docs=
*http://linuxhelp.blogspot.com/2005/11/get-exact-control-over-your-files-and.html
*http://linuxhelp.blogspot.com/2005/11/get-exact-control-over-your-files-and.html
*[http://serverfault.com/questions/455111/rsynced-files-not-getting-proper-acl Using rsync with acl]


=Commands=
=Commands=
==getfacl==
==getfacl==


 
==chacl==


==setfacl==
==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

Latest revision as of 17:54, 31 January 2024

Posix Access Control Lists

Docs

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