mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
7 lines
265 B
Plaintext
7 lines
265 B
Plaintext
xattr is a Python wrapper for extended filesystem attributes.
|
|
|
|
Extended attributes extend the basic attributes of files and
|
|
directories in the file system. They are stored as name:data pairs
|
|
associated with file system objects (files, directories, symlinks,
|
|
etc).
|