tldr/pages/linux/getfacl.md

16 lines
355 B
Markdown
Raw Normal View History

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