commands.sh

getfacl

linux

Get file access control lists (ACL).

More info →

Options (2)

-n, --numericboolean

Display the file access control list with numeric user and group IDs

Example: getfacl {{[-n|--numeric]}} {{path/to/file_or_directory}}
-t, --tabularboolean

Display the file access control list with tabular output format

Example: getfacl {{[-t|--tabular]}} {{path/to/file_or_directory}}

Examples (3)

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|--numeric] path/to/file_or_directory

Display the file access control list with tabular output format

getfacl [-t|--tabular] path/to/file_or_directory
made by @shridhargupta | data from tldr-pages