mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-20 14:07:39 +00:00
e2416ad53e
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1045 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
16 lines
505 B
XML
16 lines
505 B
XML
<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 -f /bin/hostname.old</userinput></para>
|
|
|
|
</sect2>
|
|
|