From a7d0fb3dfe6e69a2d6b740d2c4ca41b8ed45182b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Sat, 4 May 2024 17:34:43 -0300 Subject: [PATCH] acl: fix typo in line 15 --- acl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acl b/acl index edd70c98..23f5f346 100644 --- a/acl +++ b/acl @@ -12,7 +12,7 @@ setfacl -m u::rwx,g:groupname:rX,o::- # Copy ACL from file-A to file-B getfacl file-A | setfacl -M - file-B -# Apply ACL recursivelly to directory +# Apply ACL recursively to directory setfacl -R -m u:username:rX # Delete ACL