<?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: korn shell in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/korn-shell/m-p/3401163#M70937</link>
    <description>There are almost no functional differences between the bash shell and the korn shell.&lt;BR /&gt;&lt;BR /&gt;You can get a korn shell for Linux. Those that have tried have found the benefits are far outwieghed by the problems.&lt;BR /&gt;&lt;BR /&gt;If there is a specific benefit of the korn shell you are looking for I or others can probably tell you how to get that benefit from the bash shell.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Fri, 15 Oct 2004 10:16:35 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2004-10-15T10:16:35Z</dc:date>
    <item>
      <title>korn shell</title>
      <link>https://community.hpe.com/t5/operating-system-linux/korn-shell/m-p/3401161#M70935</link>
      <description>On linux can I temporaily convert from the bash shell to the korn shell. If so how can root convert to the korn shell&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 15 Oct 2004 10:12:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/korn-shell/m-p/3401161#M70935</guid>
      <dc:creator>Gene Kenny</dc:creator>
      <dc:date>2004-10-15T10:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: korn shell</title>
      <link>https://community.hpe.com/t5/operating-system-linux/korn-shell/m-p/3401162#M70936</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can temporarily use the Korn shell by doing a 'exec /usr/bin/ksh'.  I don't know if root can use ksh in Linux, but I'd be very careful trying it in Linux as bash is a superset of ksh and there is no telling what might break if you did that.  &lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Oct 2004 10:15:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/korn-shell/m-p/3401162#M70936</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2004-10-15T10:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: korn shell</title>
      <link>https://community.hpe.com/t5/operating-system-linux/korn-shell/m-p/3401163#M70937</link>
      <description>There are almost no functional differences between the bash shell and the korn shell.&lt;BR /&gt;&lt;BR /&gt;You can get a korn shell for Linux. Those that have tried have found the benefits are far outwieghed by the problems.&lt;BR /&gt;&lt;BR /&gt;If there is a specific benefit of the korn shell you are looking for I or others can probably tell you how to get that benefit from the bash shell.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 15 Oct 2004 10:16:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/korn-shell/m-p/3401163#M70937</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-10-15T10:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: korn shell</title>
      <link>https://community.hpe.com/t5/operating-system-linux/korn-shell/m-p/3401164#M70938</link>
      <description>1. Get the list of available shells on that Linux system using "chsh -l"&lt;BR /&gt;&lt;BR /&gt;# chsh -l&lt;BR /&gt;/bin/sh&lt;BR /&gt;/bin/bash&lt;BR /&gt;/sbin/nologin&lt;BR /&gt;/bin/bash2&lt;BR /&gt;/bin/ash&lt;BR /&gt;/bin/bsh&lt;BR /&gt;/bin/ksh&lt;BR /&gt;/bin/tcsh&lt;BR /&gt;/bin/csh&lt;BR /&gt;/bin/zsh&lt;BR /&gt;&lt;BR /&gt;2. If ksh is listed go ahead and type "/bin/ksh" or just "ksh" (I'm pretty sure that you have /bin in your PATH)&lt;BR /&gt;&lt;BR /&gt;================================&lt;BR /&gt;&lt;BR /&gt;If you want to change your login shell (listed in /etc/passwd) then use:&lt;BR /&gt;&lt;BR /&gt;chsh -s /bin/ksh&lt;BR /&gt;&lt;BR /&gt;I wouldn't recommend changing the login shell to anything other than /bin/bash for root on a Linux system. There are lots of little diferences between ksh and bash...&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Ross</description>
      <pubDate>Sat, 16 Oct 2004 09:20:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/korn-shell/m-p/3401164#M70938</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2004-10-16T09:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: korn shell</title>
      <link>https://community.hpe.com/t5/operating-system-linux/korn-shell/m-p/3401165#M70939</link>
      <description>Korn shell provides a number of benefits over bash.  We use the improved array features most heavily and have begun using double precision arithmetic, too.&lt;BR /&gt;&lt;BR /&gt;Ksh 93 is available as open source from &lt;A href="http://www.research.att.com/sw/download/" target="_blank"&gt;http://www.research.att.com/sw/download/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy.</description>
      <pubDate>Sat, 16 Oct 2004 09:28:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/korn-shell/m-p/3401165#M70939</guid>
      <dc:creator>Marc Veeneman</dc:creator>
      <dc:date>2004-10-16T09:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: korn shell</title>
      <link>https://community.hpe.com/t5/operating-system-linux/korn-shell/m-p/3401166#M70940</link>
      <description>I think using exec /usr/bin/ksh would be a good approach.&lt;BR /&gt;&lt;BR /&gt;Guru</description>
      <pubDate>Mon, 18 Oct 2004 06:50:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/korn-shell/m-p/3401166#M70940</guid>
      <dc:creator>Guru Dutta</dc:creator>
      <dc:date>2004-10-18T06:50:26Z</dc:date>
    </item>
  </channel>
</rss>

