2025-03-14 21:59:59 -06:00
|
|
|
# getfattr
|
|
|
|
|
|
|
|
|
|
> Display file names and extended attributes.
|
|
|
|
|
> More information: <https://manned.org/getfattr>.
|
|
|
|
|
|
|
|
|
|
- Retrieve all extended attributes of a file and display them in a detailed format:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`getfattr {{[-d|--dump]}} {{path/to/file}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Get a specific attribute of a file:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`getfattr {{[-n|--name]}} user.{{attribute_name}} {{path/to/file}}`
|