attr
Utilities for manipulating filesystem extended attributes
Install
- All systems
-
curl cmd.cat/attr.sh
- Debian
-
apt-get install attr
- Ubuntu
-
apt-get install attr
- Alpine
-
apk add attr
- Arch Linux
-
pacman -S attr
- Kali Linux
-
apt-get install attr
- CentOS
-
yum install attr
- Fedora
-
dnf install attr
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install attr
- Raspbian
-
apt-get install attr
- Dockerfile
- dockerfile.run/attr
- Docker
-
docker run cmd.cat/attr attr
powered by Commando
attr
Utilities for manipulating filesystem extended attributes
A set of tools for manipulating extended attributes on filesystem objects, in particular getfattr(1) and setfattr(1). An attr(1) command is also provided which is largely compatible with the SGI IRIX tool of the same name.