attr

Manipulate filesystem extended attributes on files

brewmacoslinux
Try with needOr install directly
Source

About

Manipulate filesystem extended attributes

Commands

getfattrsetfattr

Examples

List all extended attributes of a file$ getfattr -d /path/to/file
Set an extended attribute on a file$ setfattr -n user.myattr -v myvalue /path/to/file
Get the value of a specific extended attribute$ getfattr -n user.myattr /path/to/file