1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 17:19:47 +01:00
tldr/pages/linux/getfacl.md
cyqsimon 4073a9fd5b
{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
2024-02-06 19:46:32 +05:30

16 lines
429 B
Markdown

# getfacl
> 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 [n]umeric user and group IDs:
`getfacl --numeric {{path/to/file_or_directory}}`
- Display the file access control list with [t]abular output format:
`getfacl --tabular {{path/to/file_or_directory}}`