Changeset 645e8db for BOOK/final-system
- Timestamp:
- Nov 5, 2006, 5:01:13 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 6ba1c09
- Parents:
- 7d3dbcd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/inetutils.xml
r7d3dbcd r645e8db 88 88 <screen os="h"><userinput>make install</userinput></screen> 89 89 90 <para os="i">Move the <command>ping</command> program to its FHS-compliant91 place:</para>92 93 <screen os="j"><userinput>mv -v /usr/bin/ping /bin</userinput></screen>90 <para os="i">Move the <command>ping</command> and <command>ping6</command> 91 program to its FHS-compliant place:</para> 92 93 <screen os="j"><userinput>mv -v /usr/bin/ping{,6} /bin</userinput></screen> 94 94 95 95 </sect2> … … 102 102 103 103 <seglistitem> 104 <seg>ftp, ping, rcp, rlogin, rsh, talk, telnet, and tftp</seg>104 <seg>ftp, ifconfig, ping, ping6, rcp, rlogin, rsh, talk, telnet, and tftp</seg> 105 105 </seglistitem> 106 106 </segmentedlist> … … 121 121 </varlistentry> 122 122 123 <varlistentry id="ifconfig"> 124 <term><command>ifconfig</command></term> 125 <listitem> 126 <para>Utility for configuring network interfaces</para> 127 <indexterm zone="ch-system-inetutils ifconfig"> 128 <primary sortas="b-ifconfig">ifconfig</primary> 129 </indexterm> 130 </listitem> 131 </varlistentry> 132 123 133 <varlistentry id="ping"> 124 134 <term><command>ping</command></term> 125 135 <listitem> 126 136 <para>Sends echo-request packets and reports how long the replies 127 take </para>137 take this is the IPV4 version</para> 128 138 <indexterm zone="ch-system-inetutils ping"> 129 139 <primary sortas="b-ping">ping</primary> 140 </indexterm> 141 </listitem> 142 </varlistentry> 143 144 <varlistentry id="ping6"> 145 <term><command>ping6</command></term> 146 <listitem> 147 <para>Sends echo-request packets and reports how long the replies 148 take this is the IPV6 version</para> 149 <indexterm zone="ch-system-inetutils ping6"> 150 <primary sortas="b-ping6">ping6</primary> 130 151 </indexterm> 131 152 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.