How To Install Getfacl In Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora And Raspbian?

How To Install Getfacl In Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora And Raspbian?

getfacl

Get file access control lists.

Maintainer: Anibal Monsalve Salazar



Section: utils

Install getfacl

  • Debian apt-get install acl Click to copy
  • Ubuntu apt-get install acl Click to copy
  • Alpine OS apk add acl Click to copy
  • Arch Linux pacman -S acl Click to copy
  • Kali Linux apt-get install acl Click to copy
  • CentOS yum install acl Click to copy
  • Fedora dnf install acl Click to copy
  • Raspbian apt-get install acl Click 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 copy
Display the file access control list with numeric user and group IDs:
getfacl -n path/to/file_or_folderClick to copy
Display 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.