<?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: Shell differences HPUX / SOLARIS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-differences-hpux-solaris/m-p/2858689#M95569</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;The Posix shell is the default shell for HP-UX and is found as '/sbin/sh' (staticly linked) or '/usr/bin/sh' (dynamically linked).&lt;BR /&gt;&lt;BR /&gt;See 'man sh' for more information.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Thu, 05 Dec 2002 17:58:02 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2002-12-05T17:58:02Z</dc:date>
    <item>
      <title>Shell differences HPUX / SOLARIS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-differences-hpux-solaris/m-p/2858687#M95567</link>
      <description>HI,&lt;BR /&gt;&lt;BR /&gt;What is the base shell on HP servers ( bourne, korn or Posix ) ??&lt;BR /&gt;We have a SUN server and i would like to have the same shell on it,so that my scripts and commands ( originaly on HP ) can work.&lt;BR /&gt;&lt;BR /&gt;ex : ll or Esc - for history commands&lt;BR /&gt;&lt;BR /&gt;Thank's&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Dec 2002 17:52:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-differences-hpux-solaris/m-p/2858687#M95567</guid>
      <dc:creator>ESPINEL Pascal</dc:creator>
      <dc:date>2002-12-05T17:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Shell differences HPUX / SOLARIS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-differences-hpux-solaris/m-p/2858688#M95568</link>
      <description>Posix would be your best bet.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 05 Dec 2002 17:53:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-differences-hpux-solaris/m-p/2858688#M95568</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-12-05T17:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Shell differences HPUX / SOLARIS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-differences-hpux-solaris/m-p/2858689#M95569</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;The Posix shell is the default shell for HP-UX and is found as '/sbin/sh' (staticly linked) or '/usr/bin/sh' (dynamically linked).&lt;BR /&gt;&lt;BR /&gt;See 'man sh' for more information.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 05 Dec 2002 17:58:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-differences-hpux-solaris/m-p/2858689#M95569</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-12-05T17:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Shell differences HPUX / SOLARIS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-differences-hpux-solaris/m-p/2858690#M95570</link>
      <description>You can use the same shell in both OSs if you are a normal user. You cannot use the same shell has root. Trying to do so will make one OS or the other unbootable.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Thu, 05 Dec 2002 18:34:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-differences-hpux-solaris/m-p/2858690#M95570</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-12-05T18:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Shell differences HPUX / SOLARIS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-differences-hpux-solaris/m-p/2858691#M95571</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;for users you can use the korn shell on both systems, but you still see some differences...&lt;BR /&gt;e.g. on HP-UX you complete filenames with ESC ESC, but on Solaris you'll have to type ESC \ or even ESC *&lt;BR /&gt;&lt;BR /&gt;Sorry,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Dec 2002 18:41:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-differences-hpux-solaris/m-p/2858691#M95571</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-12-05T18:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Shell differences HPUX / SOLARIS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-differences-hpux-solaris/m-p/2858692#M95572</link>
      <description>Actually, Solaris's default shell is Bourne if I remember correctly and is called /usr/bin/sh. In HP-UX, /usr/bin/sh is the POSIX shell and (AFAIK) does not exist on Solaris. The POSIX shell from HP is an almost proper superset of Korn (ksh) which is a Posix-compliant shell, just like Bash. If you want the Bourne shell in HP-UX, it's located at /usr/old/bin/sh (but use of the Bourne shell today is deprecated)&lt;BR /&gt;&lt;BR /&gt;The the vast majority of scripting requirements, the POSIX shell in HP-UX is virtually identical to ksh. But since Solaris's sh is not Posix compliant, I would use /usr/bin/ksh and it will run on both. (note that like HP-UX, Solaris no longer has /bin, it is a link to /usr/bin).</description>
      <pubDate>Thu, 05 Dec 2002 20:57:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-differences-hpux-solaris/m-p/2858692#M95572</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-12-05T20:57:53Z</dc:date>
    </item>
  </channel>
</rss>

