ACL: Difference between revisions

From DWIKI
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
==getfacl==
==getfacl==


   setfacl -R -d -m g::rwx .
    
 
==chacl==
==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