<?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 usage in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-usage/m-p/3323819#M877320</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check out this thread:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=624818" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=624818&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, take a look at these links for a very detailed comparison of features of all the shells:&lt;BR /&gt;a) &lt;A href="http://www.cee.odu.edu/uclhd/uclhd_unix_different_shell.php#shell_feature" target="_blank"&gt;http://www.cee.odu.edu/uclhd/uclhd_unix_different_shell.php#shell_feature&lt;/A&gt;&lt;BR /&gt;b) &lt;A href="http://bcebhagalpur.net/tutorials/shell/shell.htm" target="_blank"&gt;http://bcebhagalpur.net/tutorials/shell/shell.htm&lt;/A&gt;&lt;BR /&gt;c) &lt;A href="http://cbbrowne.com/info/unixshells.html" target="_blank"&gt;http://cbbrowne.com/info/unixshells.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sri Ram</description>
    <pubDate>Tue, 06 Jul 2004 08:18:27 GMT</pubDate>
    <dc:creator>R. Sri Ram Kishore_1</dc:creator>
    <dc:date>2004-07-06T08:18:27Z</dc:date>
    <item>
      <title>Shell usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-usage/m-p/3323814#M877315</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Any difference of using korn, bourne &amp;amp; restricted korn shell? How to justify which shell to be used and under what condition?&lt;BR /&gt;&lt;BR /&gt;For restricted korn shell, what are the things that user cannot do? What I know is can use the command "cd" and "chown". Anything else?&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Tue, 06 Jul 2004 05:32:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-usage/m-p/3323814#M877315</guid>
      <dc:creator>Ngoh Chean Siung</dc:creator>
      <dc:date>2004-07-06T05:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Shell usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-usage/m-p/3323815#M877316</link>
      <description>As a general rule, on HPUX, the POSIX shell is the shell of choice unless you have a specific reason to use another, for example scripts using ksh-specific peculiarities.&lt;BR /&gt;&lt;BR /&gt;The restrictions of rsh, from the man page are to disallow: -&lt;BR /&gt;&lt;BR /&gt;           +  Changing directory (see the cd special command and cd(1))&lt;BR /&gt;           +  Setting the value of SHELL, ENV, or PATH&lt;BR /&gt;           +  Specifying path or command names containing /&lt;BR /&gt;           +  Redirecting output (&amp;gt;, &amp;gt;|, &amp;lt;&amp;gt;, and &amp;gt;&amp;gt;)&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Jul 2004 05:40:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-usage/m-p/3323815#M877316</guid>
      <dc:creator>Simon Hargrave</dc:creator>
      <dc:date>2004-07-06T05:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Shell usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-usage/m-p/3323816#M877317</link>
      <description>Hai,&lt;BR /&gt;&lt;BR /&gt; Check the difference between the bourne ans ksh at,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=611474" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=611474&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt; If the ksh with -r option is used then it is called restricted shell.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; More restrictions are,&lt;BR /&gt; +  Changing directory (see cd(1))&lt;BR /&gt;   +  Setting the value of SHELL, ENV, or PATH&lt;BR /&gt;   +  Specifying path or command names containing /&lt;BR /&gt;   +  Redirecting output (&amp;gt;, &amp;gt;|, &amp;lt;&amp;gt;, and &amp;gt;&amp;gt;)&lt;BR /&gt;&lt;BR /&gt; Resricted editor red is available.&lt;BR /&gt;&lt;BR /&gt; See the ksh man page for "rksh Only" part.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Muthukumar.</description>
      <pubDate>Tue, 06 Jul 2004 05:43:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-usage/m-p/3323816#M877317</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-07-06T05:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Shell usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-usage/m-p/3323817#M877318</link>
      <description>Hi,&lt;BR /&gt;See the link below, it helps you choose the shell depending on it's capability:&lt;BR /&gt;&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/5-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90046/00/00/5-toc.html&amp;amp;searchterms=shells&amp;amp;queryid=20040706-051026" 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/5-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90046/00/00/5-toc.html&amp;amp;searchterms=shells&amp;amp;queryid=20040706-051026&lt;/A&gt;&lt;BR /&gt;&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/37-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90046/00/00/37-toc.html&amp;amp;searchterms=shells&amp;amp;queryid=20040706-051026" 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/37-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90046/00/00/37-toc.html&amp;amp;searchterms=shells&amp;amp;queryid=20040706-051026&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;Regards,</description>
      <pubDate>Tue, 06 Jul 2004 06:12:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-usage/m-p/3323817#M877318</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-07-06T06:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Shell usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-usage/m-p/3323818#M877319</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Simple but useful:&lt;BR /&gt;#man sh&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Tue, 06 Jul 2004 06:21:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-usage/m-p/3323818#M877319</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2004-07-06T06:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Shell usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-usage/m-p/3323819#M877320</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check out this thread:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=624818" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=624818&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, take a look at these links for a very detailed comparison of features of all the shells:&lt;BR /&gt;a) &lt;A href="http://www.cee.odu.edu/uclhd/uclhd_unix_different_shell.php#shell_feature" target="_blank"&gt;http://www.cee.odu.edu/uclhd/uclhd_unix_different_shell.php#shell_feature&lt;/A&gt;&lt;BR /&gt;b) &lt;A href="http://bcebhagalpur.net/tutorials/shell/shell.htm" target="_blank"&gt;http://bcebhagalpur.net/tutorials/shell/shell.htm&lt;/A&gt;&lt;BR /&gt;c) &lt;A href="http://cbbrowne.com/info/unixshells.html" target="_blank"&gt;http://cbbrowne.com/info/unixshells.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sri Ram</description>
      <pubDate>Tue, 06 Jul 2004 08:18:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-usage/m-p/3323819#M877320</guid>
      <dc:creator>R. Sri Ram Kishore_1</dc:creator>
      <dc:date>2004-07-06T08:18:27Z</dc:date>
    </item>
  </channel>
</rss>

