Update cheatsheets

This commit is contained in:
ivuorinen
2025-09-19 00:19:39 +00:00
parent 9cb77296ba
commit 2442abf01b
4 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
- Modify default ACL of a file for all users:
`setfacl {{[-m|--modify]}} {{[-d|--default]}} u::rw {{path/to/file_or_directory}}`
`setfacl {{[-d|--default]}} {{[-m|--modify]}} u::rw {{path/to/file_or_directory}}`
- Remove ACL of a file for a user: