<?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: UNIX default PATH in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-default-path/m-p/2665883#M49555</link>
    <description>Hi Wodisch!&lt;BR /&gt;&lt;BR /&gt;Me?  Naw...I tend to be too much of a pack-rat. :-))&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Fri, 15 Feb 2002 21:02:02 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2002-02-15T21:02:02Z</dc:date>
    <item>
      <title>UNIX default PATH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-default-path/m-p/2665876#M49548</link>
      <description>Does anyone know where to find and change the default system PATH for HP-UX?</description>
      <pubDate>Fri, 15 Feb 2002 19:16:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-default-path/m-p/2665876#M49548</guid>
      <dc:creator>Nick_28</dc:creator>
      <dc:date>2002-02-15T19:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: UNIX default PATH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-default-path/m-p/2665877#M49549</link>
      <description>it is set in /etc/profile, but you make your changes to /etc/PATH and /etc/MANPATH &lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;mark</description>
      <pubDate>Fri, 15 Feb 2002 19:18:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-default-path/m-p/2665877#M49549</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-02-15T19:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: UNIX default PATH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-default-path/m-p/2665878#M49550</link>
      <description>Hi Nick:&lt;BR /&gt;&lt;BR /&gt;1) You can edit the file /etc/PATH.&lt;BR /&gt;2) Modify /etc/profile&lt;BR /&gt;3) Modify the .profile (or .cshrc) of the user.</description>
      <pubDate>Fri, 15 Feb 2002 19:19:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-default-path/m-p/2665878#M49550</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-02-15T19:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: UNIX default PATH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-default-path/m-p/2665879#M49551</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try these files - /etc/PATH, /etc/profile ( default global profile for 'sh'), /etc/csh.login ( profile for C shell), /$home/.profile ( user profile for 'sh').&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Fri, 15 Feb 2002 19:24:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-default-path/m-p/2665879#M49551</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-02-15T19:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: UNIX default PATH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-default-path/m-p/2665880#M49552</link>
      <description>Hi Nick,&lt;BR /&gt;&lt;BR /&gt;you should look for changing the default path in /etc/profile if you want to implement the change for all the users.&lt;BR /&gt;&lt;BR /&gt;add this line to your /etc/profile,&lt;BR /&gt;&lt;BR /&gt;export PATH=$PATH:new_path_1:new_path_2&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Feb 2002 19:29:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-default-path/m-p/2665880#M49552</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-02-15T19:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: UNIX default PATH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-default-path/m-p/2665881#M49553</link>
      <description>Hi Nick:&lt;BR /&gt;&lt;BR /&gt;I'd add this reminder, too:  Keep your PATH variable as short as practical.  Place frequently accessed directories at the head (beginning), and *do not* include your current path (".") in the PATH.  This last one constitutes a classic Trojan horse.  That is, you may not be executing what you think you are running.  Rather you are running *my* destructive code that masquerades as the name of a normal command!&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 15 Feb 2002 19:40:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-default-path/m-p/2665881#M49553</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-02-15T19:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: UNIX default PATH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-default-path/m-p/2665882#M49554</link>
      <description>Jim: *you* have destructive code???    ;-)</description>
      <pubDate>Fri, 15 Feb 2002 20:46:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-default-path/m-p/2665882#M49554</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-02-15T20:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: UNIX default PATH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-default-path/m-p/2665883#M49555</link>
      <description>Hi Wodisch!&lt;BR /&gt;&lt;BR /&gt;Me?  Naw...I tend to be too much of a pack-rat. :-))&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 15 Feb 2002 21:02:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-default-path/m-p/2665883#M49555</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-02-15T21:02:02Z</dc:date>
    </item>
  </channel>
</rss>

