xattr
tool for manipulating filesystem extended attributes
Install
- All systems
-
curl cmd.cat/xattr.sh
- Debian
-
apt-get install xattr - Ubuntu
-
apt-get install xattr - Arch Linux
-
pacman -S xattr - Kali Linux
-
apt-get install xattr - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install xattr - Raspbian
-
apt-get install xattr
xattr
tool for manipulating filesystem extended attributes
xattr tool allows manipulation of the filesystem extended attributes present in some operating systems (GNU/Linux included). This package contains the xattr cli tool.
python-xattr
module for manipulating filesystem extended attributes - Python 2
This module allows manipulation of the filesystem extended attributes present in some operating systems (GNU/Linux included). It is compatible to python-pyxattr but also provides a dictionary like interfaces for manipulating these attributes. This package contains the Python 2.7 module.