diff --git a/pages/linux/setfacl.md b/pages/linux/setfacl.md index 2ef3268ea..78f70759f 100644 --- a/pages/linux/setfacl.md +++ b/pages/linux/setfacl.md @@ -10,7 +10,7 @@ `setfacl -d -m u::rw {{file}}` -- Remove ACL of a file for an user: +- Remove ACL of a file for a user: `setfacl -x u:{{username}} {{file}}`