Difference between revisions of "Setfacl"
Jump to navigation
Jump to search
(Created page with "``` mkdir test setfacl -m 'u:EXAMPLE\myuser:rwx' ./test/ setfacl -x 'u:EXAMPLE\myuser' ./test/ ```") |
(No difference)
|
Latest revision as of 17:55, 2 July 2024
mkdir test setfacl -m 'u:EXAMPLE\myuser:rwx' ./test/ setfacl -x 'u:EXAMPLE\myuser' ./test/