Files
oam/knowledge base/linux/setfattr.md
2023-07-26 23:50:16 +02:00

779 B

setfattr

Table of contents

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

TL;DR

# Add extended attributes.
setfattr -n 'name' -v 'value' 'path/to/file.1''path/to/file.N'

# Remove extended attributes.
setfattr -x 'name' 'path/to/file.1''path/to/file.N'

Further readings

Sources

All the references in the further readings section, plus the following: