aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/nettools-inst.xml
blob: e6b12bed565d80153661c8b9c0570d49570090a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<sect2>
<title>Installation of Net-tools</title>

<para>Install Net-tools by running the following commands:</para>

<para><screen><userinput>make &amp;&amp;</userinput>
<userinput>make install</userinput></screen></para>

<para>The <userinput>hostname</userinput> from this package replaces the
version that was originally installed by the sh-utils package. 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>