source: appendixa/nettools-desc.xml@ f5ab23e

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.0 6.1 6.1.1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk v4_1 v5_0 v5_1 v5_1_1 xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since f5ab23e was 4d46e012, checked in by Timothy Bauscher <timothy@…>, 22 years ago

Remove stray >.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2139 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 2.2 KB
Line 
1<sect2><title>Contents of Net-tools</title>
2
3<para>Last checked against version &net-tools-contversion;.</para>
4
5<sect3><title>Program Files</title>
6
7<para>arp, dnsdomainname (link to hostname), domainname (link to
8hostname), hostname, ifconfig, nameif, netstat, nisdomainname (link to
9hostname), plipconfig, rarp, route, slattach and ypdomainname (link to
10hostname)</para></sect3>
11
12<sect3><title>Descriptions</title>
13
14<sect4><title>arp</title>
15<para>arp is used to manipulate the kernel's ARP cache, usually to add
16or delete an entry, or to dump the ARP cache.</para></sect4>
17
18<sect4><title>dnsdomainname</title>
19<para>dnsdomainname shows the system's DNS domain name.</para></sect4>
20
21<sect4><title>domainname</title>
22<para>domainname shows or sets the system's NIS/YP domain
23name.</para></sect4>
24
25<sect4><title>hostname</title>
26<para>hostname prints or sets the name of the current host
27system.</para></sect4>
28
29<sect4><title>ifconfig</title>
30<para>The ifconfig command is the general command used to configure network
31interfaces.</para></sect4>
32
33<sect4><title>nameif</title>
34<para>nameif names network interfaces based on MAC
35addresses.</para></sect4>
36
37<sect4><title>netstat</title>
38<para>netstat is a multi-purpose tool used to print the network connections,
39routing tables, interface statistics, masquerade connections and multicast
40memberships.</para></sect4>
41
42<sect4><title>nisdomainname</title>
43<para>nisdomainname shows or sets system's NIS/YP domain
44name.</para></sect4>
45
46<sect4><title>plipconfig</title>
47<para>plipconfig is used to fine-tune the PLIP device parameters, hopefully
48making it faster.</para></sect4>
49
50<sect4><title>rarp</title>
51<para>Akin to the arp program, the rarp program manipulates the system's
52RARP table.</para></sect4>
53
54<sect4><title>route</title>
55<para>route is the general utility which is used to manipulate the IP
56routing table.</para></sect4>
57
58<sect4><title>slattach</title>
59<para>slattach attaches a network interface to a serial line, i.e.. puts a
60normal terminal line into one of several "network" modes.</para></sect4>
61
62<sect4><title>ypdomainname</title>
63<para>ypdomainname shows or sets the system's NIS/YP domain
64name.</para></sect4>
65
66</sect3>
67
68</sect2>
69
Note: See TracBrowser for help on using the repository browser.