diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-05-03 10:59:46 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-05-03 10:59:46 +0000 |
commit | 673b0d84ba9591e07c0bdf0ee49d92eba10f502c (patch) | |
tree | 129e27a1450727b440da4378e0117a468eb9c25e /appendixa/nettools-desc.xml | |
parent | 287ea55da70ceb1f0990554b7db921d525fef816 (diff) |
* Merged newxml into HEAD
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/nettools-desc.xml')
-rw-r--r-- | appendixa/nettools-desc.xml | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/appendixa/nettools-desc.xml b/appendixa/nettools-desc.xml deleted file mode 100644 index ccdd912e3..000000000 --- a/appendixa/nettools-desc.xml +++ /dev/null @@ -1,42 +0,0 @@ -<sect2><title>Short descriptions</title> - -<para><command>arp</command> is used to manipulate the kernel's ARP cache, -usually to add or delete an entry, or to dump the entire cache.</para> - -<para><command>dnsdomainname</command> reports the system's DNS domain -name.</para> - -<para><command>domainname</command> reports or sets the system's NIS/YP -domain name.</para> - -<para><command>hostname</command> reports or sets the name of the current -host system.</para> - -<para><command>ifconfig</command> is the main utility for configuring -network interfaces.</para> - -<para><command>nameif</command> names network interfaces based on MAC -addresses.</para> - -<para><command>netstat</command> is used to report network connections, -routing tables, and interface statistics..</para> - -<para><command>nisdomainname</command> does the same as domainname.</para> - -<para><command>plipconfig</command> is used to fine tune the PLIP device -parameters, to improve its performance.</para> - -<para><command>rarp</command> is used to manipulate the kernel's RARP -table.</para> - -<para><command>route</command> is used to manipulate the IP routing -table.</para> - -<para><command>slattach</command> attaches a network interface to a serial -line. This allows you to use normal terminal lines for point-to-point links to -other computers.</para> - -<para><command>ypdomainname</command> does the same as domainname.</para> - -</sect2> - |