ACL: Difference between revisions

From DWIKI
Tony (talk | contribs)
Tag: wikieditor
Tony (talk | contribs)
mNo edit summary
Tag: wikieditor
Line 14: Line 14:
===Set group writable===
===Set group writable===
  setfacl -R -d -m g::rwx .
  setfacl -R -d -m g::rwx .
=FAQ=
==setfacl: Option -x: Invalid argument near character 16"
You only need like
setfacl -x group:somegroup

Revision as of 15: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