diff options
Diffstat (limited to 'chapter06/inetutils.xml')
-rw-r--r-- | chapter06/inetutils.xml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml index 8ca2bc4d5..9b530a3ea 100644 --- a/chapter06/inetutils.xml +++ b/chapter06/inetutils.xml @@ -132,7 +132,8 @@ <segtitle>Installed programs</segtitle> <seglistitem> - <seg>ftp, hostname, ping, ping6, rcp, rlogin, rsh, talk, telnet, and tftp</seg> + <seg>ftp, hostname, ping, ping6, rcp, rlogin, rsh, talk, telnet, + tftp, and traceroute</seg> </seglistitem> </segmentedlist> @@ -242,6 +243,18 @@ </listitem> </varlistentry> + <varlistentry id="traceroute"> + <term><command>traceroute</command></term> + <listitem> + <para>Traces the route your packets take from the host you are + working on to another host on a network, showing all the intermediate + hops (gateways) along the way</para> + <indexterm zone="ch-system-inetutils traceroute"> + <primary sortas="b-traceroute">traceroute</primary> + </indexterm> + </listitem> + </varlistentry> + </variablelist> </sect2> |