1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

setfacl: fix typo (#6340)

for reference https://english.stackexchange.com/questions/105116/is-it-a-user-or-an-user
This commit is contained in:
alirezaghey 2021-08-12 20:23:20 +02:00 committed by GitHub
parent 3d81e9baa1
commit ffdee78221
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}}`