Open donniewu opened 4 years ago
Implemented features in README says that Extended Attributes are supported. How to retrieve EA of a certain file?
Search for xattr.c, a simple terminal command you can compile with gcc xattr.c -o xattr.
Implemented features in README says that Extended Attributes are supported. How to retrieve EA of a certain file?