blob: aac501843a23b0fbe6bc2dba82ba418cf2126c06 (
plain)
1
2
3
4
5
6
|
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).
|