aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/fileutils-inst.xml
blob: 4e7ad93271e1d5b88ecb4c80c719634ef5422411 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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>