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 update
sudo apt-get install acl
- Raspbian
-
apt-get install acl
- Dockerfile
- dockerfile.run/getfacl
- Docker
-
docker run cmd.cat/getfacl getfacl
powered 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