lfs/chapter06/fileutils-inst.xml
2001-12-10 16:40:26 +00:00

15 lines
358 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 &amp;&amp;
cd /usr/bin &amp;&amp;
ln -sf ../../bin/install</userinput></screen></para>
</sect2>