mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 13:44:24 +00:00
779 B
779 B
setfattr
Table of contents
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: