<?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: How to Lock idle terminals automatically  -- plz help in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-lock-idle-terminals-automatically-plz-help/m-p/3357557#M70608</link>
    <description>What kind of terminals you are talking about? Text based terminals oder X-Terminals?&lt;BR /&gt;&lt;BR /&gt;If it's about X-terminals you should take a look at the problem 'xautolock'. It will monitor the input and will start the specified lock program if needed.&lt;BR /&gt;&lt;BR /&gt;btw.: TMOUT in a bourne compatible shell (sh, ksh, bash etc) will not lock the terminal, it will logoff the user.</description>
    <pubDate>Tue, 17 Aug 2004 06:14:12 GMT</pubDate>
    <dc:creator>Heiner E. Lennackers</dc:creator>
    <dc:date>2004-08-17T06:14:12Z</dc:date>
    <item>
      <title>How to Lock idle terminals automatically  -- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-lock-idle-terminals-automatically-plz-help/m-p/3357554#M70605</link>
      <description>is it possible that if a user left his/her terminal idle for 10 minutes, then his/her terminal will automatically lock via vlock or any other utility ?&lt;BR /&gt;&lt;BR /&gt;for security reasons I want to implement the policy that if a terminal is idle from 10 min, it will be locked, automatically(implicitly).&lt;BR /&gt;&lt;BR /&gt;In SCO Open Server 5, the way to acheive the above mentioned task is(from memories)&lt;BR /&gt;&lt;BR /&gt;#vi /etc/default/idleout&lt;BR /&gt;IDLETIME=n # where n is any number in minutes.&lt;BR /&gt;&lt;BR /&gt;Any1 any Help&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Maaz</description>
      <pubDate>Sun, 15 Aug 2004 10:57:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-lock-idle-terminals-automatically-plz-help/m-p/3357554#M70605</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-08-15T10:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to Lock idle terminals automatically  -- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-lock-idle-terminals-automatically-plz-help/m-p/3357555#M70606</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Adding TMOUT=&lt;NUMBER-IN-SECONDS&gt; and EXPORT TMOUT in /etc/profile should work.&lt;BR /&gt;&lt;BR /&gt;Garge&lt;/NUMBER-IN-SECONDS&gt;</description>
      <pubDate>Mon, 16 Aug 2004 04:01:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-lock-idle-terminals-automatically-plz-help/m-p/3357555#M70606</guid>
      <dc:creator>Kusum Garge_1</dc:creator>
      <dc:date>2004-08-16T04:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to Lock idle terminals automatically  -- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-lock-idle-terminals-automatically-plz-help/m-p/3357556#M70607</link>
      <description>TMOUT variable will achieve lock on most terminal sessions at the prompt. If any application, even top is running it will not time out the session.&lt;BR /&gt;&lt;BR /&gt;This is in general handled in the application. Our databases will time out sessions and dump the user to a prompt after the 30 minute idle time requirement is met.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 16 Aug 2004 12:39:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-lock-idle-terminals-automatically-plz-help/m-p/3357556#M70607</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-08-16T12:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to Lock idle terminals automatically  -- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-lock-idle-terminals-automatically-plz-help/m-p/3357557#M70608</link>
      <description>What kind of terminals you are talking about? Text based terminals oder X-Terminals?&lt;BR /&gt;&lt;BR /&gt;If it's about X-terminals you should take a look at the problem 'xautolock'. It will monitor the input and will start the specified lock program if needed.&lt;BR /&gt;&lt;BR /&gt;btw.: TMOUT in a bourne compatible shell (sh, ksh, bash etc) will not lock the terminal, it will logoff the user.</description>
      <pubDate>Tue, 17 Aug 2004 06:14:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-lock-idle-terminals-automatically-plz-help/m-p/3357557#M70608</guid>
      <dc:creator>Heiner E. Lennackers</dc:creator>
      <dc:date>2004-08-17T06:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to Lock idle terminals automatically  -- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-lock-idle-terminals-automatically-plz-help/m-p/3357558#M70609</link>
      <description>hello&lt;BR /&gt;&lt;BR /&gt;thanks dear Kusum Garge, SEP and Heiner E. Lennackers.&lt;BR /&gt;&lt;BR /&gt;kusum Garge but i dont want that user will be log off after a certain amount of idle time, as exporting TMOUT do. what I want is that if a user will leave its terminal idle for a certain amount of time, then his/her terminal will be aoutomatically LOCKED. (vlock installed at all systems) &lt;BR /&gt;&lt;BR /&gt;Yes SEP as u mentioned that "If any application, even top is running it will not time out the session. ", and this is a prblm. i.e. exporting TMOUT is not that smart solution.&lt;BR /&gt;&lt;BR /&gt;Heiner E. Lennackers, Majorly, I m talking about Text-based Terminal (bash), but I also want to LOCK idle x-terminals(GUI) also. I'll check 'xautolock' and will let u(...and the forum) know abt .&lt;BR /&gt;&lt;BR /&gt;Any how, many thanks kusum Garge, SEP, and Heiner E. Lennackers.</description>
      <pubDate>Wed, 18 Aug 2004 00:16:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-lock-idle-terminals-automatically-plz-help/m-p/3357558#M70609</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-08-18T00:16:29Z</dc:date>
    </item>
  </channel>
</rss>

