1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-24 01:22:10 +02:00
tldr/pages/linux/getfacl.md
2017-12-21 09:03:34 +05:30

15 lines
346 B
Markdown

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