Manipulate filesystem extended attributes on files
Manipulate filesystem extended attributes
getfattr
setfattr
$ getfattr -d /path/to/file
$ setfattr -n user.myattr -v myvalue /path/to/file
$ getfattr -n user.myattr /path/to/file