Files
oam/knowledge base/getfattr.md

759 B

getfattr

Table of contents

  1. TL;DR
  2. Further readings
  3. Sources

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: