blob: 0f64b764771875d348da2f77e3af475402aed1b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<sect2>
<title>Installation of Net-tools</title>
<para>Install Net-tools by running the following commands:</para>
<para><screen><userinput>make &&</userinput>
<userinput>make install</userinput></screen></para>
<para>Net-tools <userinput>hostname</userinput> replaces that which was
originally installed by sh-utils. Sometimes the sh-utils version gets
left behind as /bin/hostname.old so you may wish to remove it by running
<userinput>rm /bin/hostname.old</userinput></para>
</sect2>
|