mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
682 B
682 B
getfattr
TL;DR
# Install the tool.
apt install 'attr'
dnf install 'attr'
# Get values for all attributes.
getfattr -d 'path/to/file.1' … 'path/to/file.N'
# Get values for specific extended attributes.
getfattr -n 'name' 'path/to/file.1' … 'path/to/file.N'