blob: 4374d77b7c62a3f19e9bb84c0db6c0184fc403b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<sect2>
<title>Installation of Fileutils</title>
<para>Install Fileutils by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr --bindir=/bin \</userinput>
<userinput> --libexecdir=/bin &&</userinput>
<userinput>make &&</userinput>
<userinput>make install</userinput></screen></para>
</sect2>
|