<?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: Default Variable in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/default-variable/m-p/2883205#M935237</link>
    <description>Do a man on environ this will tell you all the environment variables you can set.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/patch/search.do?pageContextName=hpux:::" target="_blank"&gt;http://www2.itrc.hp.com/service/patch/search.do?pageContextName=hpux:::&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;use this URL to find all latest patches for 11.x 10.x&lt;BR /&gt;in the search just give brouse by patch list and select the OS this will give you all the patches for that OS&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Rajeev</description>
    <pubDate>Thu, 16 Jan 2003 04:10:00 GMT</pubDate>
    <dc:creator>Rajeev  Shukla</dc:creator>
    <dc:date>2003-01-16T04:10:00Z</dc:date>
    <item>
      <title>Default Variable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-variable/m-p/2883203#M935235</link>
      <description>May i know where can i find more information about default variable such as $LOGNAME, $HOME, $PATH,...actually how many are them? Where can i get the list?&lt;BR /&gt;&lt;BR /&gt;Second thing is, can some body provide me URL for latest patch and update on HP-UX 11.x and 10.x, rather than using search or register. THanks.</description>
      <pubDate>Thu, 16 Jan 2003 03:53:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-variable/m-p/2883203#M935235</guid>
      <dc:creator>Jason Tan</dc:creator>
      <dc:date>2003-01-16T03:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Default Variable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-variable/m-p/2883204#M935236</link>
      <description>For this information, have a look at the 'ksh' man page. The items your asking about are part of the 'shell'&lt;BR /&gt;&lt;BR /&gt;For the latest patch bundles see:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/SUPPORT_PLUS/" target="_blank"&gt;http://www.software.hp.com/SUPPORT_PLUS/&lt;/A&gt;</description>
      <pubDate>Thu, 16 Jan 2003 04:05:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-variable/m-p/2883204#M935236</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-01-16T04:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Default Variable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-variable/m-p/2883205#M935237</link>
      <description>Do a man on environ this will tell you all the environment variables you can set.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/patch/search.do?pageContextName=hpux:::" target="_blank"&gt;http://www2.itrc.hp.com/service/patch/search.do?pageContextName=hpux:::&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;use this URL to find all latest patches for 11.x 10.x&lt;BR /&gt;in the search just give brouse by patch list and select the OS this will give you all the patches for that OS&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Rajeev</description>
      <pubDate>Thu, 16 Jan 2003 04:10:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-variable/m-p/2883205#M935237</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2003-01-16T04:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Default Variable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-variable/m-p/2883206#M935238</link>
      <description>Hi-&lt;BR /&gt;&lt;BR /&gt;The full story isn't that simple:&lt;BR /&gt;&lt;BR /&gt;There are a small number of environment variables ($PATH, etc) which have a general effect on all programs.  These should be documented in the environ man page.&lt;BR /&gt;&lt;BR /&gt;There are a larger number of variables that your shell uses (such as $ENV), check the man page for each specific shell (ksh, sh, etc).  X11 has its own variables (e.g. $DISPLAY) too.&lt;BR /&gt;&lt;BR /&gt;Frequently a number of the above will be predefined during the login process, either during login, shell creation, or reading the .profile (etc).  Sometimes the telnet or ssh server will set environment variables supplied by the remote client.&lt;BR /&gt;&lt;BR /&gt;Any program can define its own environment variables (e.g. ssh has an SSH_AUTH_SOCK), which makes the complete list of variables unbounded.  Unfortunately, this means checking each of the effected man pages.&lt;BR /&gt;&lt;BR /&gt;Generally, the man page for a program should refer to any environment variables it uses, with the exception of those in environ.  Of course, not everything gets documented.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;-Scott-</description>
      <pubDate>Fri, 17 Jan 2003 12:32:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-variable/m-p/2883206#M935238</guid>
      <dc:creator>Scott Corzine</dc:creator>
      <dc:date>2003-01-17T12:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Default Variable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-variable/m-p/2883207#M935239</link>
      <description>While man pages for your shell (sh-posix, ksh, csh, absh, etc) will tell you what you can expect to see, the defaults are also controlled by the system administrator and in the case of $TERM, can be set by the telnet protocol. The list will vary depending on the shell used by the user, and most important for workstation (VUE or CDE or other Xwindow managers) user, whether the user actually logged into a terminal window. (see the man page for xterm, hpterm and dtterm for the loginShell oiption) These 'strange' windows do not really login and do not run standard profiles.&lt;BR /&gt;&lt;BR /&gt;The patches are all located at the SupportPlus web page: &lt;A href="http://www.software.hp.com/SUPPORT_PLUS/" target="_blank"&gt;http://www.software.hp.com/SUPPORT_PLUS/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Note that the download is freebut you must register so patch notifications can be sent to you if necessary. You'll need two patch bundles: hardware enablement (HWE) and Quality Pack (QPK). This is several hundred megs so be prepared for a long download.</description>
      <pubDate>Fri, 17 Jan 2003 13:51:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-variable/m-p/2883207#M935239</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-01-17T13:51:18Z</dc:date>
    </item>
  </channel>
</rss>

