<?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 shell in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/default-shell/m-p/3603570#M823124</link>
    <description>hi shiv,&lt;BR /&gt;&lt;BR /&gt;forgot the first part of your questions, here goes:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90046/ch15s03.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90046/ch15s03.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90164/ch03s04.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90164/ch03s04.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards.</description>
    <pubDate>Sun, 14 Aug 2005 23:56:21 GMT</pubDate>
    <dc:creator>Joseph Loo</dc:creator>
    <dc:date>2005-08-14T23:56:21Z</dc:date>
    <item>
      <title>default shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-shell/m-p/3603566#M823120</link>
      <description>I guess hpux uses posix shell as a defualt. what is the difference between posix and bourne shell ? &lt;BR /&gt;&lt;BR /&gt;What is the command to verify defualt shell ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Shiv</description>
      <pubDate>Sun, 14 Aug 2005 23:30:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-shell/m-p/3603566#M823120</guid>
      <dc:creator>Shivkumar</dc:creator>
      <dc:date>2005-08-14T23:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: default shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-shell/m-p/3603567#M823121</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;for more information on the different shell, do "man sh"&lt;BR /&gt;&lt;BR /&gt;to futher drill down on the man pages, try:&lt;BR /&gt;man sh-bourne   #Bourne Shell (/usr/old/bin/sh) description.&lt;BR /&gt;man ksh         #Korn Shell (/usr/bin/ksh) description.&lt;BR /&gt;man sh-posix    #POSIX Shell (/usr/bin/sh) description.&lt;BR /&gt;man csh         #C Shell (/usr/bin/csh) description.&lt;BR /&gt;man keysh       #Key Shell (/usr/bin/keysh) description.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;to verify the default shell,&lt;BR /&gt;do:&lt;BR /&gt;echo $SHELL&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Sun, 14 Aug 2005 23:38:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-shell/m-p/3603567#M823121</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-08-14T23:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: default shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-shell/m-p/3603568#M823122</link>
      <description>hi again,&lt;BR /&gt;&lt;BR /&gt;note that the default shell in hp-ux is the POSIX shell. Note that the Bourne shell is a subset of the default HP-UX shell.&lt;BR /&gt;&lt;BR /&gt;read more on page 466 on marty's book!&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;yogeeraj&lt;BR /&gt;</description>
      <pubDate>Sun, 14 Aug 2005 23:44:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-shell/m-p/3603568#M823122</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-08-14T23:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: default shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-shell/m-p/3603569#M823123</link>
      <description>hi shiv,&lt;BR /&gt;&lt;BR /&gt;to verify shell:&lt;BR /&gt;&lt;BR /&gt;# echo $SHELL&lt;BR /&gt;or&lt;BR /&gt;# cat /etc/passwd&lt;BR /&gt;the last parameter for each user&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Sun, 14 Aug 2005 23:54:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-shell/m-p/3603569#M823123</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2005-08-14T23:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: default shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-shell/m-p/3603570#M823124</link>
      <description>hi shiv,&lt;BR /&gt;&lt;BR /&gt;forgot the first part of your questions, here goes:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90046/ch15s03.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90046/ch15s03.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90164/ch03s04.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90164/ch03s04.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Sun, 14 Aug 2005 23:56:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-shell/m-p/3603570#M823124</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2005-08-14T23:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: default shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-shell/m-p/3603571#M823125</link>
      <description>Hi Shiv,&lt;BR /&gt;&lt;BR /&gt;You can ehco the shell when you logged on as a user to fing the default shell&lt;BR /&gt;&lt;BR /&gt;by &lt;BR /&gt;echo $SHELL&lt;BR /&gt;&lt;BR /&gt;or the password file /etc/passwd has a record of the username, user-id, user group, home directory and the default shell for the user.&lt;BR /&gt;&lt;BR /&gt;IA</description>
      <pubDate>Mon, 15 Aug 2005 00:29:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-shell/m-p/3603571#M823125</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2005-08-15T00:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: default shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-shell/m-p/3603572#M823126</link>
      <description>Shiv,&lt;BR /&gt;&lt;BR /&gt;echo $SHELL &lt;BR /&gt;may show what you actually running shell;&lt;BR /&gt;also for to understand your users running&lt;BR /&gt;shell;&lt;BR /&gt;cat /etc/passwd|grep -i userid or username&lt;BR /&gt;&lt;BR /&gt;Good Luck,</description>
      <pubDate>Mon, 15 Aug 2005 02:39:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-shell/m-p/3603572#M823126</guid>
      <dc:creator>Cem Tugrul</dc:creator>
      <dc:date>2005-08-15T02:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: default shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-shell/m-p/3603573#M823127</link>
      <description>The Bourne shell has been deprecated (not recommended) for at more than a decade, and in HP-UX, it is hidden in the directory /usr/old/bin/. Unfortunately, HP chose the name sh for it's POSIX shell so newcomers to HP-UX will assume that if the shell is sh, then it muist be the Bourne shell. You can easily test whether the shell is Bourne by typing something like this:&lt;BR /&gt; &lt;BR /&gt;export x=1&lt;BR /&gt; &lt;BR /&gt;In Bourne, the produces the error:&lt;BR /&gt; &lt;BR /&gt;x=1: is not an identifier&lt;BR /&gt; &lt;BR /&gt;but for POSIX shells, the command works just fine. Notice I said "POSIX shells"? POSIX is a standards organization and you can read more about it at &lt;A href="http://www.posix.com/posix.html" target="_blank"&gt;http://www.posix.com/posix.html&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;The Korn shell is the model for POSIX standard so the Korn shell, BASH and HP's POSIX shell are all POSIX-compliant shells which means that they are virtually identical. Most of the differences are in user profiles, specialized user interfaces such as defining non-ASCII keys (like arrow keys), and command line recall/editing options.&lt;BR /&gt; &lt;BR /&gt;So if you're familiar with Korn or BASH, there is virtually no difference between the shells. NOTE: in HP-UX, the root shell *MUST* be /sbin/sh. The /sbin directory is the special purpose directory used for bootup and single user mode. All commands in /sbin have been compiled to not require the /usr/lib directory (which is not present in single user mode).</description>
      <pubDate>Mon, 15 Aug 2005 07:58:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-shell/m-p/3603573#M823127</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-08-15T07:58:32Z</dc:date>
    </item>
  </channel>
</rss>

