How To Install Getfacl In Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora And Raspbian?
Install getfacl
-
Debian
apt-get install aclClick to copy -
Ubuntu
apt-get install aclClick to copy -
Alpine OS
apk add aclClick to copy -
Arch Linux
pacman -S aclClick to copy -
Kali Linux
apt-get install aclClick to copy -
CentOS
yum install aclClick to copy -
Fedora
dnf install aclClick to copy -
Raspbian
apt-get install aclClick to copy
Get file access control lists.
How to use getfacl?
Below are few example commands for getfacl that you can use in the terminal.
Display the file access control list:getfacl path/to/file_or_folderClick to copyDisplay the file access control list with numeric user and group IDs:getfacl -n path/to/file_or_folderClick to copyDisplay the file access control list with tabular output format:getfacl -t path/to/file_or_folderClick to copy
To install the latest version of getfacl in your favorite operating system just copy the getfacl installation command from above and paste it into terminal. It will download and install the latest version of getfacl 2026 package in your OS.




