<?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: update environment variables for all users in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/update-environment-variables-for-all-users/m-p/2745223#M68808</link>
    <description>My preference for doing this is to make symbolic links in /usr/bin for the actual executables especially those that are invoked often or repeatedly in scripts. You can take a big performance hit by having an extremely long PATH setting for commands that are executed often and are near the end of PATH variable. You can certainly simply add to /etc/MANPATH but for heavily used commands, you need to rethink the problem and use symbolic links.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 14 Jun 2002 17:33:55 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2002-06-14T17:33:55Z</dc:date>
    <item>
      <title>update environment variables for all users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/update-environment-variables-for-all-users/m-p/2745218#M68803</link>
      <description>Could you kindly share your experience with me?&lt;BR /&gt;&lt;BR /&gt;The nano editor has just installed to our HPUX 10.20 machine. How can &lt;BR /&gt;the path be modified so that ALL users can simply type "nano" to &lt;BR /&gt;start the program without knowing the file locatation of nano?&lt;BR /&gt;&lt;BR /&gt;The nano editor has been installed to /opt/nano/bin/nano.&lt;BR /&gt;&lt;BR /&gt;Precompiled nano editor binary for HPUX 10.20 ...&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Editors/nano-1.1.6/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Editors/nano-1.1.6/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I am new to installing software on UNIX. Where can a tutorial about &lt;BR /&gt;configuring startup enviroment variables be found on the Internet? &lt;BR /&gt;For example: PATH and MANPATH.&lt;BR /&gt;&lt;BR /&gt;Any advise, tips, comments or suggestions are welcome. Please advise. &lt;BR /&gt;Thank you</description>
      <pubDate>Fri, 14 Jun 2002 17:20:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/update-environment-variables-for-all-users/m-p/2745218#M68803</guid>
      <dc:creator>Anthony Alvarez_1</dc:creator>
      <dc:date>2002-06-14T17:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: update environment variables for all users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/update-environment-variables-for-all-users/m-p/2745219#M68804</link>
      <description>Within /etc/profile (system wide setup), enter the following&lt;BR /&gt;&lt;BR /&gt;alias nano=/opt/nano/bin/nano&lt;BR /&gt;&lt;BR /&gt;Then a user only needs to enter&lt;BR /&gt;nano filename&lt;BR /&gt;&lt;BR /&gt;to run nano&lt;BR /&gt;&lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Fri, 14 Jun 2002 17:21:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/update-environment-variables-for-all-users/m-p/2745219#M68804</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2002-06-14T17:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: update environment variables for all users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/update-environment-variables-for-all-users/m-p/2745220#M68805</link>
      <description>Or, assuming you are using /etc/PATH in /etc/profile (which you should be), you can simply add the path to your nano executable to /etc/PATH.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 14 Jun 2002 17:23:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/update-environment-variables-for-all-users/m-p/2745220#M68805</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-06-14T17:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: update environment variables for all users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/update-environment-variables-for-all-users/m-p/2745221#M68806</link>
      <description>You could easily just put a symbolic link in /usr/bin&lt;BR /&gt;&lt;BR /&gt;ln -s /opt/nano/bin/nano /usr/bin/nano &lt;BR /&gt;&lt;BR /&gt;or modify all of the profiles you might have on the system.&lt;BR /&gt;&lt;BR /&gt;Or modify /etc/profile&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Fri, 14 Jun 2002 17:24:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/update-environment-variables-for-all-users/m-p/2745221#M68806</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-06-14T17:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: update environment variables for all users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/update-environment-variables-for-all-users/m-p/2745222#M68807</link>
      <description>Add :/opt/nano/bin to /etc/PATH.&lt;BR /&gt;Also add :/opt/nano/man to /etc/MANPATH.&lt;BR /&gt;&lt;BR /&gt;These files should be used in /etc/profile in a way like PATH=/mypathes:$(/etc/PATH)&lt;BR /&gt;&lt;BR /&gt;Thanks, Klaus</description>
      <pubDate>Fri, 14 Jun 2002 17:26:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/update-environment-variables-for-all-users/m-p/2745222#M68807</guid>
      <dc:creator>Klaus Crusius</dc:creator>
      <dc:date>2002-06-14T17:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: update environment variables for all users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/update-environment-variables-for-all-users/m-p/2745223#M68808</link>
      <description>My preference for doing this is to make symbolic links in /usr/bin for the actual executables especially those that are invoked often or repeatedly in scripts. You can take a big performance hit by having an extremely long PATH setting for commands that are executed often and are near the end of PATH variable. You can certainly simply add to /etc/MANPATH but for heavily used commands, you need to rethink the problem and use symbolic links.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Jun 2002 17:33:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/update-environment-variables-for-all-users/m-p/2745223#M68808</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-06-14T17:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: update environment variables for all users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/update-environment-variables-for-all-users/m-p/2745224#M68809</link>
      <description>Making a symbolic link will run the command easily with current set up. Adding alias in /etc/profile will also be useful if it needs to load any another variable file.&lt;BR /&gt;&lt;BR /&gt;Ameet</description>
      <pubDate>Fri, 14 Jun 2002 17:46:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/update-environment-variables-for-all-users/m-p/2745224#M68809</guid>
      <dc:creator>Ameet_HP</dc:creator>
      <dc:date>2002-06-14T17:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: update environment variables for all users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/update-environment-variables-for-all-users/m-p/2745225#M68810</link>
      <description>To answer your question about documentation, all HP-UX documentation is online and can be downloaded from:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com" target="_blank"&gt;http://docs.hp.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;However, you will need a broader view of HP-UX system administration to be successful. I would suggest looking at Marty Poniatoski's books on HP-UX. Go to Amazon or Barnes&amp;amp;Noble and search for HP-UX.</description>
      <pubDate>Sat, 15 Jun 2002 01:58:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/update-environment-variables-for-all-users/m-p/2745225#M68810</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-06-15T01:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: update environment variables for all users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/update-environment-variables-for-all-users/m-p/2745226#M68811</link>
      <description>For sh and ksh &lt;BR /&gt;&lt;BR /&gt;you can use /etc/profile&lt;BR /&gt;PATH=$PATH:/opt/nano/bin&lt;BR /&gt;&lt;BR /&gt;For csh&lt;BR /&gt;set path=($path /opt/nano/bin)&lt;BR /&gt;&lt;BR /&gt;for MANPATH&lt;BR /&gt;&lt;BR /&gt;MANPATH=$MANPATH:/opt/nano/man&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also you can set the path in &lt;BR /&gt;&lt;BR /&gt;/etc/PATH or /etc/MANPATH&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;THanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 15 Jun 2002 06:17:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/update-environment-variables-for-all-users/m-p/2745226#M68811</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-06-15T06:17:19Z</dc:date>
    </item>
  </channel>
</rss>

