<?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: ksh equivalent in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ksh-equivalent/m-p/4003543#M96116</link>
    <description>You haven't assigned any points.  Please see:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;</description>
    <pubDate>Tue, 22 May 2007 01:15:08 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2007-05-22T01:15:08Z</dc:date>
    <item>
      <title>ksh equivalent</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ksh-equivalent/m-p/4003536#M96109</link>
      <description>G'day all,&lt;BR /&gt;&lt;BR /&gt;Is there an equivalent of "logout" in ksh? &lt;BR /&gt;&lt;BR /&gt;I'm trying to log users off during the profile loading from a if statement if possible. &lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Joe</description>
      <pubDate>Sun, 20 May 2007 22:13:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ksh-equivalent/m-p/4003536#M96109</guid>
      <dc:creator>Joe Fern</dc:creator>
      <dc:date>2007-05-20T22:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: ksh equivalent</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ksh-equivalent/m-p/4003537#M96110</link>
      <description>logout should work.  Or you could just use 'exit'.</description>
      <pubDate>Sun, 20 May 2007 22:38:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ksh-equivalent/m-p/4003537#M96110</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-05-20T22:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: ksh equivalent</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ksh-equivalent/m-p/4003538#M96111</link>
      <description>Must say also posix shell.. if possible.  &lt;BR /&gt;&lt;BR /&gt;Cheers all.</description>
      <pubDate>Sun, 20 May 2007 22:38:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ksh-equivalent/m-p/4003538#M96111</guid>
      <dc:creator>Joe Fern</dc:creator>
      <dc:date>2007-05-20T22:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: ksh equivalent</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ksh-equivalent/m-p/4003539#M96112</link>
      <description>Have you tried checking the man pages?&lt;BR /&gt;&lt;BR /&gt;# man ksh&lt;BR /&gt;&lt;BR /&gt;# man sh-posix</description>
      <pubDate>Sun, 20 May 2007 22:53:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ksh-equivalent/m-p/4003539#M96112</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-05-20T22:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: ksh equivalent</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ksh-equivalent/m-p/4003540#M96113</link>
      <description>logout and exit work for all the shells I am familiar with??&lt;BR /&gt;&lt;BR /&gt;if [ -z $HOME ]&lt;BR /&gt;then&lt;BR /&gt;    logout&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;should work fine in ksh</description>
      <pubDate>Mon, 21 May 2007 22:13:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ksh-equivalent/m-p/4003540#M96113</guid>
      <dc:creator>Daavid Turnbull</dc:creator>
      <dc:date>2007-05-21T22:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: ksh equivalent</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ksh-equivalent/m-p/4003541#M96114</link>
      <description>&amp;gt;Daavid: logout and exit work for all the shells I am familiar with&lt;BR /&gt;&lt;BR /&gt;There is no logout command in a real shell.  Even the scummy C shell says not to use it since it "may not be supported in future releases".&lt;BR /&gt;&lt;BR /&gt;As Patrick says, you must use "exit".</description>
      <pubDate>Mon, 21 May 2007 22:39:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ksh-equivalent/m-p/4003541#M96114</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-05-21T22:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: ksh equivalent</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ksh-equivalent/m-p/4003542#M96115</link>
      <description>Hey guys,&lt;BR /&gt;&lt;BR /&gt;Thanks for the responses, didn't see ya post Patrick when I post my last msg.. cheers tho, exit is the only choice as I worked out logout will not work for us. &lt;BR /&gt;&lt;BR /&gt;Thanks all :)&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Joe</description>
      <pubDate>Tue, 22 May 2007 00:39:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ksh-equivalent/m-p/4003542#M96115</guid>
      <dc:creator>Joe Fern</dc:creator>
      <dc:date>2007-05-22T00:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: ksh equivalent</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ksh-equivalent/m-p/4003543#M96116</link>
      <description>You haven't assigned any points.  Please see:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;</description>
      <pubDate>Tue, 22 May 2007 01:15:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ksh-equivalent/m-p/4003543#M96116</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-05-22T01:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: ksh equivalent</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ksh-equivalent/m-p/4003544#M96117</link>
      <description>There you go.. &lt;BR /&gt;&lt;BR /&gt;Cheers Gents! :)</description>
      <pubDate>Tue, 22 May 2007 02:04:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ksh-equivalent/m-p/4003544#M96117</guid>
      <dc:creator>Joe Fern</dc:creator>
      <dc:date>2007-05-22T02:04:04Z</dc:date>
    </item>
  </channel>
</rss>

