ACL: Difference between revisions

From DWIKI
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 .

Revision as of 12:55, 17 October 2023

Posix Access Control Lists

Docs

Commands

getfacl

chacl

setfacl

Set group writable

setfacl -R -d -m g::rwx .