<?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: Unix Shell?? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2750011#M69963</link>
    <description>do a "man sh" for a overview of the shells supported on HPUX.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
    <pubDate>Fri, 21 Jun 2002 20:06:24 GMT</pubDate>
    <dc:creator>Martin Johnson</dc:creator>
    <dc:date>2002-06-21T20:06:24Z</dc:date>
    <item>
      <title>Unix Shell??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2749997#M69949</link>
      <description>I'm new to Unix.  How do I find out what Unix shell I'm using?  Bourne. C, Korn, Posix???&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;MO.</description>
      <pubDate>Fri, 21 Jun 2002 19:33:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2749997#M69949</guid>
      <dc:creator>MO_4</dc:creator>
      <dc:date>2002-06-21T19:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Unix Shell??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2749998#M69950</link>
      <description>Do an 'env' and grep for sh.&lt;BR /&gt;&lt;BR /&gt;# env | grep sh&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Jun 2002 19:36:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2749998#M69950</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-06-21T19:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Unix Shell??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2749999#M69951</link>
      <description>uxkomni # env | grep sh&lt;BR /&gt;MANPATH=/usr/share/man/%L:/usr/share/man:/usr/contrib/man/%L:/usr/contrib/man:/usr/local/m&lt;BR /&gt;an/%L:/usr/local/man:/opt/upgrade/share/man/%L:/opt/upgrade/share/man:/usr/dt/share/man:/o&lt;BR /&gt;pt/pd/share/man/%L:/opt/pd/share/man:/opt/hparray/share/man:/opt/ignite/share/man/%L:/opt/&lt;BR /&gt;ignite/share/man:/opt/resmon/share/man:/opt/perf/man/%L:/opt/perf/man:/opt/OV/man/itose/%L&lt;BR /&gt;:/opt/OV/man/itose:/opt/omni/lib/man:/opt/openmail/share/man:/opt/asu/lanman/man:/opt/hpnp&lt;BR /&gt;l//man&lt;BR /&gt;HISTFILE=/.sh_history&lt;BR /&gt;SHELL=/sbin/sh&lt;BR /&gt;ENV=//.shrc&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SHELL?????</description>
      <pubDate>Fri, 21 Jun 2002 19:40:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2749999#M69951</guid>
      <dc:creator>MO_4</dc:creator>
      <dc:date>2002-06-21T19:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Unix Shell??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2750000#M69952</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can open the /etc/password file and check.&lt;BR /&gt;See against the user name. &lt;BR /&gt;Or&lt;BR /&gt;&lt;BR /&gt;env | grep SHELL&lt;BR /&gt;&lt;BR /&gt;/bin/ksh - Korne shell&lt;BR /&gt;/bin/sh -  Bourne Shell&lt;BR /&gt;/bin/csh - C shell&lt;BR /&gt;&lt;BR /&gt;Piyush&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Jun 2002 19:41:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2750000#M69952</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-06-21T19:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unix Shell??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2750001#M69953</link>
      <description>/bin/sh   I guess I'm running Bourne shell.&lt;BR /&gt;&lt;BR /&gt;/bin/ksh - Korne shell &lt;BR /&gt;/bin/sh - Bourne Shell &lt;BR /&gt;/bin/csh - C shell &lt;BR /&gt;&lt;BR /&gt;They should have put a "b" in front of the "sh".&lt;BR /&gt;&lt;BR /&gt;Thanks Piyush/Patrick.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Jun 2002 19:48:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2750001#M69953</guid>
      <dc:creator>MO_4</dc:creator>
      <dc:date>2002-06-21T19:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Unix Shell??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2750002#M69954</link>
      <description>/usr/bin/sh = posix shell on HPUX.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Fri, 21 Jun 2002 19:50:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2750002#M69954</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-06-21T19:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unix Shell??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2750003#M69955</link>
      <description>MO,&lt;BR /&gt;&lt;BR /&gt;Yes, SHELL is your current shell, hence you are running the default Bourne shell.&lt;BR /&gt;&lt;BR /&gt;If you want to change your default shell to Korn, you would issue:&lt;BR /&gt;&lt;BR /&gt;chsh /bin/ksh&lt;BR /&gt;&lt;BR /&gt;Refer to the man pages if you want to learn more about how Bourne shell works:&lt;BR /&gt;&lt;BR /&gt;man sh&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;&lt;BR /&gt;-Mike</description>
      <pubDate>Fri, 21 Jun 2002 19:50:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2750003#M69955</guid>
      <dc:creator>Mike Hassell</dc:creator>
      <dc:date>2002-06-21T19:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unix Shell??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2750004#M69956</link>
      <description>Nope, the 'sh' (/bin/sh, /usr/bin/sh, /sbin/sh) are HP's POSIX shell, NOT bourne.</description>
      <pubDate>Fri, 21 Jun 2002 19:50:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2750004#M69956</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-06-21T19:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Unix Shell??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2750005#M69957</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;No, you are running the Posix (standard) shell.&lt;BR /&gt;&lt;BR /&gt;'/bin/sh' is a symbolic link to /usr/bin/sh.  This is the Posix shell and is most desirable.&lt;BR /&gt;&lt;BR /&gt;The old Bourne shell is really:&lt;BR /&gt;&lt;BR /&gt;/usr/old/bin/sh&lt;BR /&gt;&lt;BR /&gt;...and you don't want that!&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 21 Jun 2002 19:52:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2750005#M69957</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-06-21T19:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Unix Shell??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2750006#M69958</link>
      <description>Hold on guys,  I'm getting confused.&lt;BR /&gt;&lt;BR /&gt;/usr/bin/sh means POSIX or BOURNE?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Jun 2002 19:54:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2750006#M69958</guid>
      <dc:creator>MO_4</dc:creator>
      <dc:date>2002-06-21T19:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Unix Shell??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2750007#M69959</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Its the Posix shell.../usr/bin/sh.&lt;BR /&gt;Sorry guys...I confused all of you.&lt;BR /&gt;&lt;BR /&gt;Piyush</description>
      <pubDate>Fri, 21 Jun 2002 19:57:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2750007#M69959</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-06-21T19:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unix Shell??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2750008#M69960</link>
      <description>At one point in time /usr/bin/sh was bourne. And at least as far as 11.x is concerned it is now posix.&lt;BR /&gt;&lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Fri, 21 Jun 2002 19:58:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2750008#M69960</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2002-06-21T19:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Unix Shell??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2750009#M69961</link>
      <description>HI (again) Mo:&lt;BR /&gt;&lt;BR /&gt;HP-UX offers the POSIX shell (statically linked in /sbin/sh, and dynamically linked in /usr/bin/sh).  This is the preferred shell.  In fact, /sbin/sh *must* be used for the root account.  Failure to do so will lead to an unbootable system.&lt;BR /&gt;&lt;BR /&gt;The Posix shell is a superset of Korn.&lt;BR /&gt;&lt;BR /&gt;The old Bourne shell is useless.&lt;BR /&gt;&lt;BR /&gt;As for the C-shell, this is a bug-laden poor-excuse for a shell.  Stay away from it.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 21 Jun 2002 20:01:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2750009#M69961</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-06-21T20:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Unix Shell??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2750010#M69962</link>
      <description>GOT IT.  I'm running POSIX.  &lt;BR /&gt;&lt;BR /&gt;Thank you all!!! and my hat off to HP for this wonderful forum.  Honestly, I did not expect an answer so quickly.  I'm hooked.  My goal in the next few months is to learn all I can about Unix OS.  Hopefully in a few months I'll be helping you guys out.&lt;BR /&gt;&lt;BR /&gt;Thanks once again,&lt;BR /&gt;&lt;BR /&gt;MO.</description>
      <pubDate>Fri, 21 Jun 2002 20:01:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2750010#M69962</guid>
      <dc:creator>MO_4</dc:creator>
      <dc:date>2002-06-21T20:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Unix Shell??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2750011#M69963</link>
      <description>do a "man sh" for a overview of the shells supported on HPUX.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Fri, 21 Jun 2002 20:06:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2750011#M69963</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-06-21T20:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Unix Shell??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2750012#M69964</link>
      <description>As of 10.X the /usr/bin/sh has been POSIX, NOT bourne.&lt;BR /&gt;&lt;BR /&gt;For more info on the shells do a 'man sh'.  It will tell you the difference between all the shells and where they are located.&lt;BR /&gt;&lt;BR /&gt;If you want some online docs have a look at:&lt;BR /&gt;&lt;BR /&gt;For 10.X:&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/A2615-90003/A2615-90003_top.html&amp;amp;con=/hpux/onlinedocs/A2615-90003/00/01/151-con.html&amp;amp;toc=/hpux/onlinedocs/A2615-90003/00/01/151-toc.html&amp;amp;searchterms=POSIX%7cshell&amp;amp;queryid=20020621-141357" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/A2615-90003/A2615-90003_top.html&amp;amp;con=/hpux/onlinedocs/A2615-90003/00/01/151-con.html&amp;amp;toc=/hpux/onlinedocs/A2615-90003/00/01/151-toc.html&amp;amp;searchterms=POSIX%7cshell&amp;amp;queryid=20020621-141357&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Shell's user guide:&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90046/B2355-90046_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90046/00/00/64-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90046/00/00/64-toc.html&amp;amp;searchterms=POSIX%7cshell&amp;amp;queryid=20020621-141448" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90046/B2355-90046_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90046/00/00/64-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90046/00/00/64-toc.html&amp;amp;searchterms=POSIX%7cshell&amp;amp;queryid=20020621-141448&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;POSIX shell:&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90072/B2355-90072_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90072/00/00/10-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90072/00/00/10-toc.html&amp;amp;searchterms=POSIX%7cshell&amp;amp;queryid=20020621-141535" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90072/B2355-90072_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90072/00/00/10-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90072/00/00/10-toc.html&amp;amp;searchterms=POSIX%7cshell&amp;amp;queryid=20020621-141535&lt;/A&gt;</description>
      <pubDate>Fri, 21 Jun 2002 20:08:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2750012#M69964</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-06-21T20:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Unix Shell??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2750013#M69965</link>
      <description>U can even use the following command to check in which shell u r working.&lt;BR /&gt;&lt;BR /&gt;echo $SHELL.&lt;BR /&gt;&lt;BR /&gt;Not only shell using the above command (echo $XXX. XXX is any environment variable) u can get the value of any environment variable.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sridhar.&lt;BR /&gt;</description>
      <pubDate>Sat, 22 Jun 2002 07:42:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2750013#M69965</guid>
      <dc:creator>Sridhar Rao</dc:creator>
      <dc:date>2002-06-22T07:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Unix Shell??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2750014#M69966</link>
      <description>What's wrong with doing 'ps' to find your shell ?</description>
      <pubDate>Mon, 24 Jun 2002 08:02:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2750014#M69966</guid>
      <dc:creator>David Blair_2</dc:creator>
      <dc:date>2002-06-24T08:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Unix Shell??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2750015#M69967</link>
      <description>"echo $SHELL" reports your login shell.  It's not&lt;BR /&gt;necessarily the same as the shell you're currently&lt;BR /&gt;in:&lt;BR /&gt;&lt;BR /&gt;unix% echo $SHELL&lt;BR /&gt;/usr/bin/tcsh&lt;BR /&gt;unix% ksh&lt;BR /&gt;unix% echo $SHELL&lt;BR /&gt;/usr/bin/tcsh&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jun 2002 19:25:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-shell/m-p/2750015#M69967</guid>
      <dc:creator>Gregory Fruth</dc:creator>
      <dc:date>2002-06-24T19:25:52Z</dc:date>
    </item>
  </channel>
</rss>

