<?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: PATH and MANPATH in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/path-and-manpath/m-p/2762202#M72702</link>
    <description>The MANPATH as Sanjay has posted should have an "=" not a "+" - just a typo.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
    <pubDate>Thu, 11 Jul 2002 18:04:58 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2002-07-11T18:04:58Z</dc:date>
    <item>
      <title>PATH and MANPATH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/path-and-manpath/m-p/2762200#M72700</link>
      <description>Hi All,&lt;BR /&gt;I'm trying to find out more information about the PATH and MANPATH files in /etc. Mainly, can I add directly to the file and if not, how do I add to it. Any info would be very helpful.&lt;BR /&gt;Thanks,&lt;BR /&gt;Ron</description>
      <pubDate>Thu, 11 Jul 2002 17:59:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/path-and-manpath/m-p/2762200#M72700</guid>
      <dc:creator>Ron Bromwell</dc:creator>
      <dc:date>2002-07-11T17:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: PATH and MANPATH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/path-and-manpath/m-p/2762201#M72701</link>
      <description>Hi Ron,&lt;BR /&gt;&lt;BR /&gt;It is preferable to do any changes to the local .profile file in $HOME. To make any change just add these lines at the bootom of $HOME/.profile&lt;BR /&gt;&lt;BR /&gt;export PATH=$PATH:/add_new_path&lt;BR /&gt;export MANPATH+$MANPTH:/add_mew_man_path&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jul 2002 18:03:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/path-and-manpath/m-p/2762201#M72701</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-07-11T18:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: PATH and MANPATH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/path-and-manpath/m-p/2762202#M72702</link>
      <description>The MANPATH as Sanjay has posted should have an "=" not a "+" - just a typo.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Thu, 11 Jul 2002 18:04:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/path-and-manpath/m-p/2762202#M72702</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-07-11T18:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: PATH and MANPATH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/path-and-manpath/m-p/2762203#M72703</link>
      <description>To add on to the above, the two files are used for system default settings.  Changes will affect all the users on the system.</description>
      <pubDate>Thu, 11 Jul 2002 18:07:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/path-and-manpath/m-p/2762203#M72703</guid>
      <dc:creator>Daimian Woznick</dc:creator>
      <dc:date>2002-07-11T18:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: PATH and MANPATH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/path-and-manpath/m-p/2762204#M72704</link>
      <description>This is how the files are used:&lt;BR /&gt;&lt;BR /&gt;MANPATH=`cat /etc/MANPATH`&lt;BR /&gt;PATH=`cat /etc/PATH`&lt;BR /&gt;&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Thu, 11 Jul 2002 18:08:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/path-and-manpath/m-p/2762204#M72704</guid>
      <dc:creator>Daimian Woznick</dc:creator>
      <dc:date>2002-07-11T18:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: PATH and MANPATH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/path-and-manpath/m-p/2762205#M72705</link>
      <description>It is more risky, but you can make a backup copy and edit the files directly. Software installs do this sometimes. &lt;BR /&gt;&lt;BR /&gt;If you only need the changes for a given user or group of users, then the above methods would be perfered.</description>
      <pubDate>Thu, 11 Jul 2002 18:11:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/path-and-manpath/m-p/2762205#M72705</guid>
      <dc:creator>Rich Wright</dc:creator>
      <dc:date>2002-07-11T18:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: PATH and MANPATH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/path-and-manpath/m-p/2762206#M72706</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can set the PATH and MANPATH in the .profile of the user.&lt;BR /&gt;&lt;BR /&gt;export MANPATH=$MANPATH:/new-dir&lt;BR /&gt;export PATH=$PATH:/new-dir&lt;BR /&gt;&lt;BR /&gt;Piyush</description>
      <pubDate>Thu, 11 Jul 2002 18:13:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/path-and-manpath/m-p/2762206#M72706</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-07-11T18:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: PATH and MANPATH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/path-and-manpath/m-p/2762207#M72707</link>
      <description>Hi Ron,&lt;BR /&gt;&lt;BR /&gt;Yes, you (or rather the superuser) can directly edit PATH and MANPATH.  Simply use your favorite file editor (vi or whatever).&lt;BR /&gt;&lt;BR /&gt;Since these are generally sourced by everyone logging into the system, you should only add paths that you want everyone to have.  Otherwise, add the changes suggested to individuals' .profile files.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Thu, 11 Jul 2002 18:15:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/path-and-manpath/m-p/2762207#M72707</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-07-11T18:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: PATH and MANPATH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/path-and-manpath/m-p/2762208#M72708</link>
      <description>Hi Ron:&lt;BR /&gt;&lt;BR /&gt;Remember to keep frequently accessed directories in the front of the list for the fastest performance (access).  Remember too,  *never* to place "." in the PATH -- that's a classic invitation to trojan aliases.&lt;BR /&gt;&lt;BR /&gt;It is much better to customize individual user's profiles if they are the only few who need additional pathes than to globally overload every user via /etc/profile (or via /etc/PATH and /etc/MANPATH (see '/etc/profile' itself).&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 11 Jul 2002 18:23:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/path-and-manpath/m-p/2762208#M72708</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-07-11T18:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: PATH and MANPATH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/path-and-manpath/m-p/2762209#M72709</link>
      <description>Harry,&lt;BR /&gt;&lt;BR /&gt;Thanks for correcting my typo error. &lt;BR /&gt;&lt;BR /&gt;Thanks once again.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sanjay&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jul 2002 18:37:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/path-and-manpath/m-p/2762209#M72709</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-07-11T18:37:44Z</dc:date>
    </item>
  </channel>
</rss>

