tldr/pages/linux/getfacl.md
Marco Bonelli 2599a6de48 Refactor: change "folder" to "directory" where needed.
This commit fixes every instance in which the word "folder" is
incorrectly used instead of "directory".
2019-02-13 20:51:04 +05:30

16 lines
355 B
Markdown

# getfacl
> Get file access control lists.
- Display the file access control list:
`getfacl {{path/to/file_or_directory}}`
- Display the file access control list with numeric user and group IDs:
`getfacl -n {{path/to/file_or_directory}}`
- Display the file access control list with tabular output format:
`getfacl -t {{path/to/file_or_directory}}`