apfs-fuse icon indicating copy to clipboard operation
apfs-fuse copied to clipboard

How to retrieve Extended Attribute

Open donniewu opened this issue 4 years ago • 1 comments

Implemented features in README says that Extended Attributes are supported. How to retrieve EA of a certain file?

donniewu avatar Nov 20 '19 03:11 donniewu

Search for xattr.c, a simple terminal command you can compile with gcc xattr.c -o xattr.

badger200 avatar Feb 01 '22 03:02 badger200