<?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: &amp;quot;env&amp;quot; is not working in HP-UX 11.00 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-env-quot-is-not-working-in-hp-ux-11-00/m-p/4445496#M358010</link>
    <description>Since you are using a real shell, you should use the following to see what env is:&lt;BR /&gt;whence -v env</description>
    <pubDate>Tue, 23 Jun 2009 22:37:45 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2009-06-23T22:37:45Z</dc:date>
    <item>
      <title>"env" is not working in HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-env-quot-is-not-working-in-hp-ux-11-00/m-p/4445493#M358007</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt; I am using HP-UX 11.00.&lt;BR /&gt;&lt;BR /&gt; I issued following command to view the environmental variables.&lt;BR /&gt;&lt;BR /&gt;EX:&lt;BR /&gt;&lt;BR /&gt; # env&lt;BR /&gt;&lt;BR /&gt; it is not giving any outputs.&lt;BR /&gt;&lt;BR /&gt; But i am able to use echo to view the output of particular variable.&lt;BR /&gt;&lt;BR /&gt; # echo $SHELL&lt;BR /&gt; /usr/bin/sh&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For Your Information:&lt;BR /&gt;&lt;BR /&gt;   # which env&lt;BR /&gt;   /usr/bin/env&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How to make this command working.</description>
      <pubDate>Tue, 23 Jun 2009 17:51:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-env-quot-is-not-working-in-hp-ux-11-00/m-p/4445493#M358007</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2009-06-23T17:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: "env" is not working in HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-env-quot-is-not-working-in-hp-ux-11-00/m-p/4445494#M358008</link>
      <description>What does:&lt;BR /&gt;&lt;BR /&gt;# ls -l /usr/bin/env&lt;BR /&gt;&lt;BR /&gt;show?&lt;BR /&gt;&lt;BR /&gt;From one of my 11.0 servers it is:&lt;BR /&gt;&lt;BR /&gt;-r-xr-xr-x   1 bin        bin          16384 Nov  7  1997 /usr/bin/env</description>
      <pubDate>Tue, 23 Jun 2009 17:57:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-env-quot-is-not-working-in-hp-ux-11-00/m-p/4445494#M358008</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-06-23T17:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: "env" is not working in HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-env-quot-is-not-working-in-hp-ux-11-00/m-p/4445495#M358009</link>
      <description>Hi Senthil:&lt;BR /&gt;&lt;BR /&gt;Verify the 'env' has not been aliased like:&lt;BR /&gt;&lt;BR /&gt;# alias env='env -i'&lt;BR /&gt;&lt;BR /&gt;Type:&lt;BR /&gt;&lt;BR /&gt;# alias&lt;BR /&gt;&lt;BR /&gt;...to see if it has.&lt;BR /&gt;&lt;BR /&gt;If it has been aliased you can do:&lt;BR /&gt;&lt;BR /&gt;# unalias env&lt;BR /&gt;&lt;BR /&gt;...or simply run the absolute path as Patrick suggested:&lt;BR /&gt;&lt;BR /&gt;# /usr/bin/env&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 23 Jun 2009 18:12:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-env-quot-is-not-working-in-hp-ux-11-00/m-p/4445495#M358009</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-06-23T18:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: "env" is not working in HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-env-quot-is-not-working-in-hp-ux-11-00/m-p/4445496#M358010</link>
      <description>Since you are using a real shell, you should use the following to see what env is:&lt;BR /&gt;whence -v env</description>
      <pubDate>Tue, 23 Jun 2009 22:37:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-env-quot-is-not-working-in-hp-ux-11-00/m-p/4445496#M358010</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-06-23T22:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: "env" is not working in HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-env-quot-is-not-working-in-hp-ux-11-00/m-p/4445497#M358011</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Pls find the outputs.&lt;BR /&gt;&lt;BR /&gt;root@lgapps:/root &amp;gt; which env&lt;BR /&gt;/usr/bin/env&lt;BR /&gt;&lt;BR /&gt;root@lgapps:/root &amp;gt; whereis env&lt;BR /&gt;env: /usr/bin/env /usr/share/man/man1.Z/env.1&lt;BR /&gt;&lt;BR /&gt;root@lgapps:/root &amp;gt; whence -v env&lt;BR /&gt;env is /usr/bin/env&lt;BR /&gt;&lt;BR /&gt;root@lgapps:/root &amp;gt; which env&lt;BR /&gt;/usr/bin/env&lt;BR /&gt;&lt;BR /&gt;root@lgapps:/root &amp;gt; ll /usr/bin/env&lt;BR /&gt;-r-xr-xr-x   1 bin        bin              0 Jun 22 17:51 /usr/bin/env&lt;BR /&gt;&lt;BR /&gt;root@lgapps:/root &amp;gt; alias&lt;BR /&gt;D='export DISPLAY=lavxx08:0'&lt;BR /&gt;D2='export DISPLAY=lavpc03:0 ; unset LINES'&lt;BR /&gt;MD='export DISPLAY=AA215350:0'&lt;BR /&gt;autoload='typeset -fu'&lt;BR /&gt;c=clear&lt;BR /&gt;command='command '&lt;BR /&gt;functions='typeset -f'&lt;BR /&gt;glance='gpm &amp;amp;'&lt;BR /&gt;grep=/usr/bin/grep&lt;BR /&gt;h=history&lt;BR /&gt;history='fc -l'&lt;BR /&gt;integer='typeset -i'&lt;BR /&gt;l='ls -Fa'&lt;BR /&gt;local=typeset&lt;BR /&gt;mcd='mount /dev/dsk/c0t2d0 /cdrom'&lt;BR /&gt;nohup='nohup '&lt;BR /&gt;ps='ps -ef'&lt;BR /&gt;psg='/bin/ps -ef | grep -v grep | grep'&lt;BR /&gt;queback='/backup/bin/queback '&lt;BR /&gt;r='fc -e -'&lt;BR /&gt;rl=rlogin&lt;BR /&gt;stk='stk -m &amp;amp;'&lt;BR /&gt;stop='kill -STOP'&lt;BR /&gt;suspend='kill -STOP $$'&lt;BR /&gt;type='whence -v'&lt;BR /&gt;ucd='umount /SD_CDROM'&lt;BR /&gt;v=dtpad&lt;BR /&gt;vi=/usr/bin/vi&lt;BR /&gt;xomniback='xomniback &amp;amp;'</description>
      <pubDate>Wed, 24 Jun 2009 11:57:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-env-quot-is-not-working-in-hp-ux-11-00/m-p/4445497#M358011</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2009-06-24T11:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: "env" is not working in HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-env-quot-is-not-working-in-hp-ux-11-00/m-p/4445498#M358012</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;root@lgapps:/root &amp;gt; ll /usr/bin/env&lt;BR /&gt;-r-xr-xr-x 1 bin bin 0 Jun 22 17:51 /usr/bin/env&lt;BR /&gt;&lt;BR /&gt;env is 0 byte.So it is corrupted try to get this from another equivalent server.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sunny</description>
      <pubDate>Wed, 24 Jun 2009 12:04:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-env-quot-is-not-working-in-hp-ux-11-00/m-p/4445498#M358012</guid>
      <dc:creator>Sunny123_1</dc:creator>
      <dc:date>2009-06-24T12:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: "env" is not working in HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-env-quot-is-not-working-in-hp-ux-11-00/m-p/4445499#M358013</link>
      <description>Hi (again) Senthil:&lt;BR /&gt;&lt;BR /&gt;Your problem is the someone truncated '/usr/bin/env':&lt;BR /&gt;&lt;BR /&gt;-r-xr-xr-x 1 bin bin 0 Jun 22 17:51 /usr/bin/env&lt;BR /&gt;&lt;BR /&gt;Note the size is zero!  This would appear to have been done on June 22.&lt;BR /&gt;&lt;BR /&gt;If you have another (same OS level) server you could copy the binary from there.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 24 Jun 2009 12:04:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-env-quot-is-not-working-in-hp-ux-11-00/m-p/4445499#M358013</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-06-24T12:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: "env" is not working in HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-env-quot-is-not-working-in-hp-ux-11-00/m-p/4445500#M358014</link>
      <description>Hi Sunney and James,&lt;BR /&gt;&lt;BR /&gt;Thanks a lot.&lt;BR /&gt;&lt;BR /&gt;Now it is working fine after coping the file env from some other server.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Jun 2009 13:26:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-env-quot-is-not-working-in-hp-ux-11-00/m-p/4445500#M358014</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2009-06-24T13:26:39Z</dc:date>
    </item>
  </channel>
</rss>

