<?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: Time Out in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/time-out/m-p/2785110#M78231</link>
    <description>And for csh users, the variable is: autologout and is measured in minutes. NOTE: for all shell timeouts, these work only if the user returns back to the shell. The timer starts when the shell prompt is displayed. If a user decides to run vi and then leave for vacation, the shell is waiting on vi and can't run the timer.</description>
    <pubDate>Tue, 13 Aug 2002 13:35:01 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2002-08-13T13:35:01Z</dc:date>
    <item>
      <title>Time Out</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-out/m-p/2785105#M78226</link>
      <description>How can i time out any session after certain amount of idle time</description>
      <pubDate>Tue, 13 Aug 2002 12:44:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-out/m-p/2785105#M78226</guid>
      <dc:creator>P.V.Ramesh</dc:creator>
      <dc:date>2002-08-13T12:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Time Out</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-out/m-p/2785106#M78227</link>
      <description>By setting and exporting the TMOUT environment variable to a non-zero number of seconds.</description>
      <pubDate>Tue, 13 Aug 2002 12:47:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-out/m-p/2785106#M78227</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-08-13T12:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Time Out</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-out/m-p/2785107#M78228</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;For Posix or Korn Shell sessions you may use the TMOUT environment variable, e.g. to be set in /etc/profile. See man sh-posix(1).&lt;BR /&gt;&lt;BR /&gt;Regards...&lt;BR /&gt; Dietmar.</description>
      <pubDate>Tue, 13 Aug 2002 12:47:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-out/m-p/2785107#M78228</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2002-08-13T12:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Time Out</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-out/m-p/2785108#M78229</link>
      <description>Hi P.V.&lt;BR /&gt;&lt;BR /&gt;You'll need to use &amp;amp; set the TMOUT env var for all or individual users&lt;BR /&gt;For all set in -&amp;gt; /etc/profile&lt;BR /&gt;For individual users -&amp;gt; set in the .profile or equivalent file.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 13 Aug 2002 13:04:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-out/m-p/2785108#M78229</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-08-13T13:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Time Out</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-out/m-p/2785109#M78230</link>
      <description>HI&lt;BR /&gt;For Ksh use following lines in /etc/profile.&lt;BR /&gt;##&lt;BR /&gt;TMOUT=600&lt;BR /&gt;readonly TMOUT&lt;BR /&gt;##&lt;BR /&gt;This will timeout shells at prompt after 10 minutes of idle time.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant.&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Aug 2002 13:09:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-out/m-p/2785109#M78230</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2002-08-13T13:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Time Out</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-out/m-p/2785110#M78231</link>
      <description>And for csh users, the variable is: autologout and is measured in minutes. NOTE: for all shell timeouts, these work only if the user returns back to the shell. The timer starts when the shell prompt is displayed. If a user decides to run vi and then leave for vacation, the shell is waiting on vi and can't run the timer.</description>
      <pubDate>Tue, 13 Aug 2002 13:35:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-out/m-p/2785110#M78231</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-08-13T13:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Time Out</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-out/m-p/2785111#M78232</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;since $TMOUT and such won't work if the user has a "sleep 999" running, how about "idled" (idle daemon)?&lt;BR /&gt;&lt;BR /&gt;Just my $0.02,&lt;BR /&gt;Wodisch&lt;BR /&gt;PS: there was a question just like yours very recently, so "search"ing for it might bring you additional answers...&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Aug 2002 20:05:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-out/m-p/2785111#M78232</guid>
      <dc:creator>Wodisch_1</dc:creator>
      <dc:date>2002-08-13T20:05:04Z</dc:date>
    </item>
  </channel>
</rss>

