
getfacl
List of commands for getfacl:
-
getfacl:tldr:b636a getfacl: Display the file access control list with numeric user and group IDs.$ getfacl -n ${filename_or_directory}try on your machineexplain this command
-
getfacl:tldr:c8b07 getfacl: Display the file access control list.$ getfacl ${filename_or_directory}try on your machineexplain this command
-
getfacl:tldr:e5174 getfacl: Display the file access control list with tabular output format.$ getfacl -t ${filename_or_directory}try on your machineexplain this command