Files
oam/knowledge base/getfattr.md
2024-10-13 20:45:50 +02:00

682 B

getfattr

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

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'

Further readings

Sources