Ignore:
Timestamp:
05/17/2004 09:55:01 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
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, 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
Children:
6f461cb
Parents:
01b2724c
Message:

HEAD: Retagged the Contents of ... sections.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/net-tools.xml

    r01b2724c rc6cb3aa  
    6666
    6767
    68 <sect2 id="contents-net"><title>Contents of Net-tools</title>
     68<sect2 id="contents-net" role="content"><title>Contents of Net-tools</title>
    6969
    70 <para><emphasis>Installed programs</emphasis>: arp, dnsdomainname (link to
    71 hostname), domainname (link to hostname), hostname, ifconfig, nameif, netstat,
    72 nisdomainname (link to hostname), plipconfig, rarp, route, slattach and
    73 ypdomainname (link to hostname)</para>
     70<segmentedlist>
     71<segtitle>Installed programs</segtitle>
     72<seglistitem><seg>arp, dnsdomainname (link to hostname), domainname (link to
     73hostname), hostname, ifconfig, nameif, netstat, nisdomainname (link to hostname),
     74plipconfig, rarp, route, slattach and ypdomainname (link to hostname)</seg></seglistitem>
     75</segmentedlist>
     76
     77<variablelist><title>Short descriptions</title>
     78
     79<varlistentry>
     80<term id="arp"><command>arp</command></term>
     81<listitem>
     82<indexterm zone="ch-system-net-tools arp"><primary sortas="b-arp">arp</primary></indexterm>
     83<para>is used to manipulate the kernel's ARP cache,
     84usually to add or delete an entry, or to dump the entire cache.</para>
     85</listitem>
     86</varlistentry>
     87
     88<varlistentry>
     89<term id="dnsdomainname"><command>dnsdomainname</command></term>
     90<listitem>
     91<indexterm zone="ch-system-net-tools dnsdomainname"><primary sortas="b-dnsdomainname">dnsdomainname</primary></indexterm>
     92<para>reports the system's DNS (Domain Name Server) domain name.</para>
     93</listitem>
     94</varlistentry>
     95
     96<varlistentry>
     97<term id="domainname"><command>domainname</command></term>
     98<listitem>
     99<indexterm zone="ch-system-net-tools domainname"><primary sortas="b-domainname">domainname</primary></indexterm>
     100<para>reports or sets the system's NIS/YP domain name.</para>
     101</listitem>
     102</varlistentry>
     103
     104<varlistentry>
     105<term id="hostname"><command>hostname</command></term>
     106<listitem>
     107<indexterm zone="ch-system-net-tools hostname"><primary sortas="b-hostname">hostname</primary></indexterm>
     108<para>reports or sets the name of the current host system.</para>
     109</listitem>
     110</varlistentry>
     111
     112<varlistentry>
     113<term id="ifconfig"><command>ifconfig</command></term>
     114<listitem>
     115<indexterm zone="ch-system-net-tools ifconfig"><primary sortas="b-ifconfig">ifconfig</primary></indexterm>
     116<para>is the main utility for configuring network interfaces.</para>
     117</listitem>
     118</varlistentry>
     119
     120<varlistentry>
     121<term id="nameif"><command>nameif</command></term>
     122<listitem>
     123<indexterm zone="ch-system-net-tools nameif"><primary sortas="b-nameif">nameif</primary></indexterm>
     124<para>names network interfaces based on MAC addresses.</para>
     125</listitem>
     126</varlistentry>
     127
     128<varlistentry>
     129<term id="netstat"><command>netstat</command></term>
     130<listitem>
     131<indexterm zone="ch-system-net-tools netstat"><primary sortas="b-netstat">netstat</primary></indexterm>
     132<para>is used to report network connections, routing tables, and interface
     133statistics..</para>
     134</listitem>
     135</varlistentry>
     136
     137<varlistentry>
     138<term id="nisdomainname"><command>nisdomainname</command></term>
     139<listitem>
     140<indexterm zone="ch-system-net-tools nisdomainname"><primary sortas="b-nisdomainname">nisdomainname</primary></indexterm>
     141<para>does the same as domainname.</para>
     142</listitem>
     143</varlistentry>
     144
     145<varlistentry>
     146<term id="plipconfig"><command>plipconfig</command></term>
     147<listitem>
     148<indexterm zone="ch-system-net-tools plipconfig"><primary sortas="b-plipconfig">plipconfig</primary></indexterm>
     149<para>is used to fine tune the PLIP device parameters, to improve its performance.</para>
     150</listitem>
     151</varlistentry>
     152
     153<varlistentry>
     154<term id="rarp"><command>rarp</command></term>
     155<listitem>
     156<indexterm zone="ch-system-net-tools rarp"><primary sortas="b-rarp">rarp</primary></indexterm>
     157<para>is used to manipulate the kernel's RARP table.</para>
     158</listitem>
     159</varlistentry>
     160
     161<varlistentry>
     162<term id="route"><command>route</command></term>
     163<listitem>
     164<indexterm zone="ch-system-net-tools route"><primary sortas="b-route">route</primary></indexterm>
     165<para>is used to manipulate the IP routing table.</para>
     166</listitem>
     167</varlistentry>
     168
     169<varlistentry>
     170<term id="slattach"><command>slattach</command></term>
     171<listitem>
     172<indexterm zone="ch-system-net-tools slattach"><primary sortas="b-slattach">slattach</primary></indexterm>
     173<para>attaches a network interface to a serial line. This allows you to use normal
     174terminal lines for point-to-point links to other computers.</para>
     175</listitem>
     176</varlistentry>
     177
     178<varlistentry>
     179<term id="ypdomainname"><command>ypdomainname</command></term>
     180<listitem>
     181<indexterm zone="ch-system-net-tools ypdomainname"><primary sortas="b-ypdomainname">ypdomainname</primary></indexterm>
     182<para>does the same as domainname.</para>
     183</listitem>
     184</varlistentry>
     185</variablelist>
    74186
    75187</sect2>
    76188
    77 
    78 <sect2><title>Short descriptions</title>
    79 
    80 <indexterm zone="ch-system-net-tools arp"><primary sortas="b-arp">arp</primary></indexterm>
    81 <para id="arp"><command>arp</command> is used to manipulate the kernel's ARP cache,
    82 usually to add or delete an entry, or to dump the entire cache.</para>
    83 
    84 <indexterm zone="ch-system-net-tools dnsdomainname"><primary sortas="b-dnsdomainname">dnsdomainname</primary></indexterm>
    85 <para id="dnsdomainname"><command>dnsdomainname</command> reports the system's DNS (Domain Name Server) domain
    86 name.</para>
    87 
    88 <indexterm zone="ch-system-net-tools domainname"><primary sortas="b-domainname">domainname</primary></indexterm>
    89 <para id="domainname"><command>domainname</command> reports or sets the system's NIS/YP
    90 domain name.</para>
    91 
    92 <indexterm zone="ch-system-net-tools hostname"><primary sortas="b-hostname">hostname</primary></indexterm>
    93 <para id="hostname"><command>hostname</command> reports or sets the name of the current
    94 host system.</para>
    95 
    96 <indexterm zone="ch-system-net-tools ifconfig"><primary sortas="b-ifconfig">ifconfig</primary></indexterm>
    97 <para id="ifconfig"><command>ifconfig</command> is the main utility for configuring
    98 network interfaces.</para>
    99 
    100 <indexterm zone="ch-system-net-tools nameif"><primary sortas="b-nameif">nameif</primary></indexterm>
    101 <para id="nameif"><command>nameif</command> names network interfaces based on MAC
    102 addresses.</para>
    103 
    104 <indexterm zone="ch-system-net-tools netstat"><primary sortas="b-netstat">netstat</primary></indexterm>
    105 <para id="netstat"><command>netstat</command> is used to report network connections,
    106 routing tables, and interface statistics..</para>
    107 
    108 <indexterm zone="ch-system-net-tools nisdomainname"><primary sortas="b-nisdomainname">nisdomainname</primary></indexterm>
    109 <para id="nisdomainname"><command>nisdomainname</command> does the same as domainname.</para>
    110 
    111 <indexterm zone="ch-system-net-tools plipconfig"><primary sortas="b-plipconfig">plipconfig</primary></indexterm>
    112 <para id="plipconfig"><command>plipconfig</command> is used to fine tune the PLIP device
    113 parameters, to improve its performance.</para>
    114 
    115 <indexterm zone="ch-system-net-tools rarp"><primary sortas="b-rarp">rarp</primary></indexterm>
    116 <para id="rarp"><command>rarp</command> is used to manipulate the kernel's RARP
    117 table.</para>
    118 
    119 <indexterm zone="ch-system-net-tools route"><primary sortas="b-route">route</primary></indexterm>
    120 <para id="route"><command>route</command> is used to manipulate the IP routing
    121 table.</para>
    122 
    123 <indexterm zone="ch-system-net-tools slattach"><primary sortas="b-slattach">slattach</primary></indexterm>
    124 <para id="slattach"><command>slattach</command> attaches a network interface to a serial
    125 line. This allows you to use normal terminal lines for point-to-point links to
    126 other computers.</para>
    127 
    128 <indexterm zone="ch-system-net-tools ypdomainname"><primary sortas="b-ypdomainname">ypdomainname</primary></indexterm>
    129 <para id="ypdomainname"><command>ypdomainname</command> does the same as domainname.</para>
    130 
    131 </sect2>
    132 
    133 
    134 
    135189</sect1>
Note: See TracChangeset for help on using the changeset viewer.