1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
8 <sect1 id="ch-system-attr" role="wrap">
9 <?dbhtml filename="attr.html"?>
11 <sect1info condition="script">
12 <productname>attr</productname>
13 <productnumber>&attr-version;</productnumber>
14 <address>&attr-url;</address>
17 <title>Attr-&attr-version;</title>
19 <indexterm zone="ch-system-attr">
20 <primary sortas="a-Attr">Attr</primary>
23 <sect2 role="package">
26 <para>The attr package contains utilities to administer the extended
27 attributes on filesystem objects.</para>
30 <segtitle>&buildtime;</segtitle>
31 <segtitle>&diskspace;</segtitle>
34 <seg>&attr-ch6-sbu;</seg>
35 <seg>&attr-ch6-du;</seg>
41 <sect2 role="installation">
42 <title>Installation of Attr</title>
44 <para>Prepare Attr for compilation:</para>
46 <screen revision="sysv"><userinput remap="configure">./configure --prefix=/usr \
50 --docdir=/usr/share/doc/attr-&attr-version;</userinput></screen>
52 <screen revision="systemd"><userinput remap="configure">./configure --prefix=/usr \
55 --docdir=/usr/share/doc/attr-&attr-version;</userinput></screen>
57 <para>Compile the package:</para>
59 <screen><userinput remap="make">make</userinput></screen>
61 <para>The tests need to be run on a filesystem that supports extended
62 attributes such as the ext2, ext3, or ext4 filesystems.
63 To test the results, issue:</para>
65 <screen><userinput remap="test">make check</userinput></screen>
67 <para>Install the package:</para>
69 <screen><userinput remap="install">make install</userinput></screen>
71 <para>The shared library needs to be moved to
72 <filename class="directory">/lib</filename>, and as a result the
73 <filename class="extension">.so</filename> file in
74 <filename class="directory">/usr/lib</filename> will need to be recreated:</para>
76 <screen><userinput remap="install">mv -v /usr/lib/libattr.so.* /lib
77 ln -sfv ../../lib/$(readlink /usr/lib/libattr.so) /usr/lib/libattr.so</userinput></screen>
81 <sect2 id="contents-attr" role="content">
82 <title>Contents of Attr</title>
85 <segtitle>Installed programs</segtitle>
86 <segtitle>Installed library</segtitle>
87 <segtitle>Installed directories</segtitle>
90 <seg>attr, getfattr, and setattr</seg>
92 <seg>/usr/include/attr and /usr/share/doc/attr-&attr-version;</seg>
97 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
98 <?dbfo list-presentation="list"?>
99 <?dbhtml list-presentation="table"?>
101 <varlistentry id="attr">
102 <term><command>attr</command></term>
104 <para>Extends attributes on filesystem objects</para>
105 <indexterm zone="ch-system-attr attr">
106 <primary sortas="b-attr">attr</primary>
111 <varlistentry id="getfattr">
112 <term><command>getfattr</command></term>
114 <para>Gets the extended attributes of filesystem objects</para>
115 <indexterm zone="ch-system-attr getfattr">
116 <primary sortas="b-getfattr">getfattr</primary>
121 <varlistentry id="setattr">
122 <term><command>setattr</command></term>
124 <para>Sets the extended attributes of filesystem objects</para>
125 <indexterm zone="ch-system-attr setattr">
126 <primary sortas="b-setattr">setattr</primary>
131 <varlistentry id="libattr">
132 <term><filename class="libraryfile">libattr</filename></term>
134 <para>Contains the library functions for manipulating extended attributes</para>
135 <indexterm zone="ch-system-attr libattr">
136 <primary sortas="c-libattr">libattr</primary>