mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
759 B
759 B
getfattr
Table of contents
TL;DR
# Install the tool.
apt install 'attr'
dnf install 'attr'
# Get values for specific extended attributes.
getfattr -n 'name' 'path/to/file.1' … 'path/to/file.N'
Further readings
Sources
All the references in the further readings section, plus the following: