LDP/LDP/retired/LFS/chapter6/fileutils-inst.xml

13 lines
299 B
XML

<sect2>
<title>Installation of Fileutils</title>
<para>Install Fileutils by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr --bindir=/bin \
&nbsp;&nbsp;&nbsp;--libexecdir=/bin &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>