[go: up one dir, main page]

Module fsxattr

Module fsxattr 

Source
Expand description

Set of functions to manage xattr on files and dirs

Functionsยง

apply_xattrs
Applies extended attributes (xattrs) to a given file or directory.
copy_xattrs
Copies extended attributes (xattrs) from one file or directory to another.
get_acl_perm_bits_from_xattr
Returns the permissions bits of a file or directory which has Access Control List (ACL) entries based on its extended attributes (Only works for linux)
has_acl
Checks if a file has an Access Control List (ACL) based on its extended attributes.
retrieve_xattrs
Retrieves the extended attributes (xattrs) of a given file or directory.