Sodamhan.com

TL;DR

getfacl

Get file access control lists (ACL). 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 --numeric path/to/file_or_directory

  • Display the file access control list with tabular output format:

getfacl --tabular path/to/file_or_directory

This document was created using the contents of the tldr project.