mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
838 B
838 B
setfattr
Table of contents
TL;DR
# Install the tool.
apt install 'attr'
dnf install 'attr'
# 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: