getfacl

Get file access control lists. More information: <https://manned.org/getfacl>.

Debian Debian
RUN apt-get update && \ apt-get install -y acl
Ubuntu
RUN apt-get update && \ apt-get install -y acl
Alpine
RUN apk add acl
Arch Arch Linux
RUN pacman -S --noconfirm acl
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y acl
CentOS
RUN yum install -y acl
Fedora
RUN dnf install -y acl
Raspbian
RUN apt-get update && \ apt-get install -y acl
click the source code to copy install getfacl on any operating system with command-not-found.com