blob: 2653ef754d4e40812a9fe490888d22f4f2b7f900 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<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 &&
cd /usr/bin &&
ln -sf ../../bin/install</userinput></screen></para>
</sect2>
|