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:
parent
3d81e9baa1
commit
ffdee78221
1 changed files with 1 additions and 1 deletions
|
@ -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}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue