mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 09:42:07 +02:00
346 B
346 B
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}}