getfacl
Get file access control lists. More information: <https://manned.org/getfacl>.
Install
- All systems
-
curl cmd.cat/getfacl.sh
- Debian
-
apt-get install acl - Ubuntu
-
apt-get install acl -
Alpine
-
apk add acl - Arch Linux
-
pacman -S acl - Kali Linux
-
apt-get install acl - CentOS
-
yum install acl - Fedora
-
dnf install acl - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install acl - Raspbian
-
apt-get install acl - Docker
-
docker run cmd.cat/getfacl getfaclpowered by Commando
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
© tl;dr; authors and contributors