1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 21:42:08 +02:00
tldr/pages/linux/getfacl.md

405 B

getfacl

Get file access control lists. 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 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}}