<?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 Environment Variables in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/environment-variables/m-p/5182021#M460107</link>
    <description>Hi,&lt;BR /&gt;When i login with user id on hp-ux 11i v1 system. And when i use command env to check what are the Environment Variables settings it gives no output and also tried giving pwd command but still no output it displays.&lt;BR /&gt;What could be the problem not display the pwd and env output. It is working with other user on same system.</description>
    <pubDate>Wed, 17 Jun 2009 06:33:26 GMT</pubDate>
    <dc:creator>Narendra Uttekar</dc:creator>
    <dc:date>2009-06-17T06:33:26Z</dc:date>
    <item>
      <title>Environment Variables</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/environment-variables/m-p/5182021#M460107</link>
      <description>Hi,&lt;BR /&gt;When i login with user id on hp-ux 11i v1 system. And when i use command env to check what are the Environment Variables settings it gives no output and also tried giving pwd command but still no output it displays.&lt;BR /&gt;What could be the problem not display the pwd and env output. It is working with other user on same system.</description>
      <pubDate>Wed, 17 Jun 2009 06:33:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/environment-variables/m-p/5182021#M460107</guid>
      <dc:creator>Narendra Uttekar</dc:creator>
      <dc:date>2009-06-17T06:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Environment Variables</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/environment-variables/m-p/5182022#M460108</link>
      <description>which is the shell ?&lt;BR /&gt;check the login profile scripts are proper.</description>
      <pubDate>Wed, 17 Jun 2009 06:40:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/environment-variables/m-p/5182022#M460108</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2009-06-17T06:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Environment Variables</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/environment-variables/m-p/5182023#M460109</link>
      <description>Narendra,&lt;BR /&gt;&lt;BR /&gt;Check the contents of $HOME/.profile for the specified user.&lt;BR /&gt;After logged into the system :&lt;BR /&gt;run : $ echo $SHELL&lt;BR /&gt;Check the shell startup files also if any eg. .kshrd or .cshrc.&lt;BR /&gt;&lt;BR /&gt;Cheers!!&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Jun 2009 06:45:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/environment-variables/m-p/5182023#M460109</guid>
      <dc:creator>Nido</dc:creator>
      <dc:date>2009-06-17T06:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Environment Variables</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/environment-variables/m-p/5182024#M460110</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;also check in /etc/passwd which shell and homedir is set.&lt;BR /&gt;Homedir available?&lt;BR /&gt;&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Jun 2009 06:59:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/environment-variables/m-p/5182024#M460110</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2009-06-17T06:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Environment Variables</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/environment-variables/m-p/5182025#M460111</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Check the below&lt;BR /&gt;&lt;BR /&gt;1) What was the shell defined , when your userid was created, you can do either&lt;BR /&gt;&lt;BR /&gt;grep -i &lt;USERID&gt; /etc/passwd &lt;BR /&gt;&lt;BR /&gt;If this does not work, Then contact the sysadmin&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Jitesh&lt;/USERID&gt;</description>
      <pubDate>Wed, 17 Jun 2009 09:01:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/environment-variables/m-p/5182025#M460111</guid>
      <dc:creator>Jitesh purohit_1</dc:creator>
      <dc:date>2009-06-17T09:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Environment Variables</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/environment-variables/m-p/5182026#M460112</link>
      <description>Have you tried using absolute paths?&lt;BR /&gt;/usr/bin/env&lt;BR /&gt;/usr/bin/pwd</description>
      <pubDate>Wed, 17 Jun 2009 15:25:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/environment-variables/m-p/5182026#M460112</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-06-17T15:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Environment Variables</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/environment-variables/m-p/5182027#M460113</link>
      <description>Hi,&lt;BR /&gt;Thanks a lot Dennis for the solution.</description>
      <pubDate>Thu, 18 Jun 2009 04:50:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/environment-variables/m-p/5182027#M460113</guid>
      <dc:creator>Narendra Uttekar</dc:creator>
      <dc:date>2009-06-18T04:50:42Z</dc:date>
    </item>
  </channel>
</rss>

