{get,set}facl: update & unify style (#12169)
* {get,set}facl: update & unify style - setfacl: add acronym to description - setfacl: `{{file}}` -> `{{path/to/file_or_directory}}` - {get,set}facl: use long options * {get,set}facl: add mnemonics
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
# getfacl
|
||||
|
||||
> Get file access control lists.
|
||||
> Get file access control lists (ACL).
|
||||
> More information: <https://manned.org/getfacl>.
|
||||
|
||||
- Display the file access control list:
|
||||
|
||||
`getfacl {{path/to/file_or_directory}}`
|
||||
|
||||
- Display the file access control list with numeric user and group IDs:
|
||||
- Display the file access control list with [n]umeric user and group IDs:
|
||||
|
||||
`getfacl -n {{path/to/file_or_directory}}`
|
||||
`getfacl --numeric {{path/to/file_or_directory}}`
|
||||
|
||||
- Display the file access control list with tabular output format:
|
||||
- Display the file access control list with [t]abular output format:
|
||||
|
||||
`getfacl -t {{path/to/file_or_directory}}`
|
||||
`getfacl --tabular {{path/to/file_or_directory}}`
|
||||
|
Reference in New Issue
Block a user