<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to set PATH for tracert command? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-set-path-for-tracert-command/m-p/3281095#M12236</link>
    <description>I mean tracert (for Linux). The traceroute is for the Solaris environment.&lt;BR /&gt;&lt;BR /&gt;Thanks so much.&lt;BR /&gt;&lt;BR /&gt;Olugbenga.</description>
    <pubDate>Wed, 19 May 2004 11:37:46 GMT</pubDate>
    <dc:creator>Olugbenga Gbonjubola</dc:creator>
    <dc:date>2004-05-19T11:37:46Z</dc:date>
    <item>
      <title>How to set PATH for tracert command?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-set-path-for-tracert-command/m-p/3281093#M12234</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;Please, how do I set the PATH for the linux command tracert so that I will not need to run it with /usr/sbin/tracert but with only the command tracert? And how do I configure the $PATH to include both /usr/sbin and /sbin? I use the bash shell.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Olugbenga.</description>
      <pubDate>Wed, 19 May 2004 11:16:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-set-path-for-tracert-command/m-p/3281093#M12234</guid>
      <dc:creator>Olugbenga Gbonjubola</dc:creator>
      <dc:date>2004-05-19T11:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to set PATH for tracert command?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-set-path-for-tracert-command/m-p/3281094#M12235</link>
      <description>do you mean traceroute?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the command to set path:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;export PATH=$PATH:/usr/sbin&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;to add /usr/sbin to path&lt;BR /&gt;or&lt;BR /&gt;export PATH=$PATH:/sbin&lt;BR /&gt;to add /sbin to the PATH&lt;BR /&gt;</description>
      <pubDate>Wed, 19 May 2004 11:33:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-set-path-for-tracert-command/m-p/3281094#M12235</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-05-19T11:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to set PATH for tracert command?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-set-path-for-tracert-command/m-p/3281095#M12236</link>
      <description>I mean tracert (for Linux). The traceroute is for the Solaris environment.&lt;BR /&gt;&lt;BR /&gt;Thanks so much.&lt;BR /&gt;&lt;BR /&gt;Olugbenga.</description>
      <pubDate>Wed, 19 May 2004 11:37:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-set-path-for-tracert-command/m-p/3281095#M12236</guid>
      <dc:creator>Olugbenga Gbonjubola</dc:creator>
      <dc:date>2004-05-19T11:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to set PATH for tracert command?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-set-path-for-tracert-command/m-p/3281096#M12237</link>
      <description>PATH=$PATH:/usr/sbin/&lt;BR /&gt;export PATH&lt;BR /&gt;&lt;BR /&gt;in 1 of these files:&lt;BR /&gt;&lt;BR /&gt;/etc/profile&lt;BR /&gt;~/.profile&lt;BR /&gt;~/.bash_rc&lt;BR /&gt;&lt;BR /&gt;...assuming you use bash, which is "teh best" (c).&lt;BR /&gt;</description>
      <pubDate>Wed, 19 May 2004 11:43:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-set-path-for-tracert-command/m-p/3281096#M12237</guid>
      <dc:creator>Olivier Drouin</dc:creator>
      <dc:date>2004-05-19T11:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to set PATH for tracert command?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-set-path-for-tracert-command/m-p/3281097#M12238</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;if you want set path for ONLY tracert,&lt;BR /&gt;you should not add path(/sbin) to $PATH.&lt;BR /&gt;you should use alias.&lt;BR /&gt;&lt;BR /&gt;in .bashrc&lt;BR /&gt;    alias tracert=/usr/sbin/tracrt&lt;BR /&gt;&lt;BR /&gt;thanks.&lt;BR /&gt;</description>
      <pubDate>Thu, 20 May 2004 01:14:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-set-path-for-tracert-command/m-p/3281097#M12238</guid>
      <dc:creator>Kiyoshi Miyake</dc:creator>
      <dc:date>2004-05-20T01:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to set PATH for tracert command?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-set-path-for-tracert-command/m-p/3281098#M12239</link>
      <description>Last I checked, the command for Linux is traceroute, not tracert&lt;BR /&gt;&lt;BR /&gt;tracert is for Windows.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 20 May 2004 01:56:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-set-path-for-tracert-command/m-p/3281098#M12239</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-05-20T01:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to set PATH for tracert command?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-set-path-for-tracert-command/m-p/3281099#M12240</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;to be cautious person, what linux distro are you using ? is tracert a built-in command of that or someone renamed it to tracert to "align" with windoze command ?&lt;BR /&gt;&lt;BR /&gt;hth.&lt;BR /&gt;&lt;BR /&gt;YJ&lt;BR /&gt;</description>
      <pubDate>Thu, 20 May 2004 09:30:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-set-path-for-tracert-command/m-p/3281099#M12240</guid>
      <dc:creator>Yong_7</dc:creator>
      <dc:date>2004-05-20T09:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to set PATH for tracert command?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-set-path-for-tracert-command/m-p/3281100#M12241</link>
      <description>Still, what braindead linux distro is going to use 'tracert' instead of 'traceroute'. I'm OK with it if it is a symbolic link or something, but if they actualy renamed the command, that would be pretty bad.</description>
      <pubDate>Fri, 21 May 2004 01:02:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-set-path-for-tracert-command/m-p/3281100#M12241</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2004-05-21T01:02:57Z</dc:date>
    </item>
  </channel>
</rss>

