Sponsor:

Your company here, and a link to your site. Click to find out more.

Package libattr-devel

Files needed for building programs with libattr

https://savannah.nongnu.org/projects/attr

This package contains header files and documentation needed to
develop programs which make use of extended attributes.
For Linux programs, the documented system call API is the
recommended interface, but an SGI IRIX compatibility interface
is also provided.

Currently only ext2, ext3, ext4 and XFS support extended attributes.
The SGI IRIX compatibility API built above the Linux system calls is
used by programs such as xfsdump(8), xfsrestore(8) and xfs_fsr(8).

You should install libattr-devel if you want to develop programs
which make use of extended attributes. If you install libattr-devel,
you'll also want to install attr.

Version: 2.5.2

Library Functions

attr_get get the value of a user attribute of a filesystem object
attr_getf alias for attr_get
attr_list list the names of the user attributes of a filesystem object
attr_listf alias for attr_list
attr_multi manipulate multiple user attributes on a filesystem object at once
attr_multif alias for attr_multi
attr_remove remove a user attribute of a filesystem object
attr_removef alias for attr_remove
attr_set set the value of a user attribute of a filesystem object
attr_setf alias for attr_set