Ignore:
Timestamp:
02/01/2005 11:18:46 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c626b08
Parents:
3b764a4e
Message:

Added MD5sum and indexing tags to Nmap; added indexing tags to Traceroute

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3377 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netutils/traceroute.xml

    r3b764a4e r7887ef0e  
    1919<?dbhtml filename="traceroute.html"?>
    2020<title>Traceroute-&traceroute-version;</title>
     21<indexterm zone="traceroute">
     22<primary sortas="a-Traceroute">Traceroute</primary></indexterm>
    2123
    2224<sect2>
     
    5254<screen><userinput><command>sed -i -e 's/-o bin/-o root/' Makefile.in &amp;&amp;
    5355./configure --prefix=/usr &amp;&amp;
    54 make &amp;&amp;
    55 make install &amp;&amp;
     56make</command></userinput></screen>
     57
     58<para>Now, as the root user:</para>
     59
     60<screen><userinput role='root'><command>make install &amp;&amp;
    5661make install-man</command></userinput></screen>
    5762
     
    7378<command>traceroute</command>'s file permissions with the command:</para>
    7479
    75 <screen><command>chmod 0755 /usr/sbin/traceroute</command></screen>
     80<screen><userinput role='root'><command>chmod 0755 /usr/sbin/traceroute</command></userinput></screen>
    7681
    7782<para>The risk is that if a security problem such as a buffer overflow was
     
    9095</para>
    9196
    92 <screen><command>mv /usr/sbin/traceroute /usr/bin</command></screen>
     97<screen><userinput role='root'><command>mv /usr/sbin/traceroute /usr/bin</command></userinput></screen>
    9398
    9499<para>This ensures that the binary is in the path for non-root users.</para>
     
    99104<title>Contents</title>
    100105
    101 <para>The <application>Traceroute</application> package contains
    102 <command>traceroute</command>.</para>
     106<segmentedlist>
     107<segtitle>Installed Program</segtitle>
     108<segtitle>Installed Libraries</segtitle>
     109<segtitle>Installed Directories</segtitle>
    103110
    104 </sect2>
     111<seglistitem>
     112<seg>traceroute</seg>
     113<seg>None</seg>
     114<seg>None</seg>
     115</seglistitem>
     116</segmentedlist>
    105117
    106 <sect2><title>Description</title>
     118<variablelist>
     119<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     120<?dbfo list-presentation="list"?>
    107121
    108 <sect3><title>traceroute</title>
    109 <para><command>traceroute</command> does basically what it says: it traces the
    110 route your packets take from the host you are working on to another host on a
    111 network, showing all the intermediate hops (gateways) along the way.</para>
    112 </sect3>
     122<varlistentry id="traceroute-prog">
     123<term><command>traceroute</command></term>
     124<listitem><para>does basically what it says: it traces the route your packets
     125take from the host you are working on to another host on a network, showing
     126all the intermediate hops (gateways) along the way.</para>
     127<indexterm zone="traceroute traceroute-prog">
     128<primary sortas="b-traceroute">traceroute</primary>
     129</indexterm></listitem>
     130</varlistentry>
     131</variablelist>
    113132
    114133</sect2>
Note: See TracChangeset for help on using the changeset viewer.