Мануалы и справочники Linux
getfacl

Команда getfacl: опции, ключи и примеры использования

getfacl

Get file access control lists.

  • 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}}

Изображение Шпаргалка по командам Linux, FreeBSD и MacOS