1
0
mirror of https://git.linuxfromscratch.org/lfs.git synced 2025-03-07 14:47:49 +00:00
lfs/chapter06/fileutils-inst.xml

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