mirror of https://github.com/CrimsonTome/tldr.git
17 lines
429 B
Markdown
17 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}}`
|