blob: b3f70ee81d0305e2d83723b1f3e9ee3810497435 (
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 &&
make &&
make install &&
ln -sf ../../bin/install /usr/bin</userinput></screen></para>
</sect2>
|