<?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 timeout on c shell in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-timeout-on-c-shell/m-p/2696745#M56955</link>
    <description>Hello,&lt;BR /&gt;Even as someone above has mentioned that even if a process is acting it won't termintate the session,then why should it show the session idle time in the finger command.&lt;BR /&gt;&lt;BR /&gt;I have the autologout set to 600.i.e.10min.&lt;BR /&gt;But even when I open a session and wait there idle it is not terminating it.&lt;BR /&gt;&lt;BR /&gt;Please help!</description>
    <pubDate>Thu, 04 Apr 2002 09:50:57 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2002-04-04T09:50:57Z</dc:date>
    <item>
      <title>shell timeout on c shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-timeout-on-c-shell/m-p/2696739#M56949</link>
      <description>I have a variable called autologout on c shell ,but I don't see any sessions being terminated.&lt;BR /&gt;How can I disconnect sessions on the c shell using the TMOUT variable.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;G Manikandan</description>
      <pubDate>Thu, 04 Apr 2002 07:53:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-timeout-on-c-shell/m-p/2696739#M56949</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-04-04T07:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: shell timeout on c shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-timeout-on-c-shell/m-p/2696740#M56950</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I think  the  TMOUT  variablee is for&lt;BR /&gt;the ksh  and sh  shell.&lt;BR /&gt;For cshell  you will have to set this&lt;BR /&gt;variable:&lt;BR /&gt;&lt;BR /&gt;set autologout=60&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Olav&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Apr 2002 08:04:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-timeout-on-c-shell/m-p/2696740#M56950</guid>
      <dc:creator>Olav Baadsvik</dc:creator>
      <dc:date>2002-04-04T08:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: shell timeout on c shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-timeout-on-c-shell/m-p/2696741#M56951</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You need autologout .&lt;BR /&gt;&lt;BR /&gt;Autologout and Tmout &lt;BR /&gt;The C shell, Korn shell, and POSIX shell have an autologout feature. For C shell users, if the "autologout" environment variable is set to a number other than 0, the shell will be logged out after the specified number of minutes have passed. For Korn shell and POSIX shell users, the TMOUT environment variable specifies the number of minutes before the shell logged out. A value of 0 indicates the shell should not be logged out. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What version of HP-UX do you have.&lt;BR /&gt;&lt;BR /&gt;          Steve Steel</description>
      <pubDate>Thu, 04 Apr 2002 08:05:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-timeout-on-c-shell/m-p/2696741#M56951</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-04-04T08:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: shell timeout on c shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-timeout-on-c-shell/m-p/2696742#M56952</link>
      <description>HI t.g.&lt;BR /&gt;&lt;BR /&gt;But is it  possible with c shell?&lt;BR /&gt;&lt;BR /&gt;I know how it work on korn and it's this:&lt;BR /&gt;&lt;BR /&gt;/etc/profile is read by all users when they log on.  The permissions&lt;BR /&gt;on /etc/profile are normally read-only.  Thus non-root-capable users&lt;BR /&gt;can not change /etc/profile.  This is the place the make the change.&lt;BR /&gt;&lt;BR /&gt;Add the following in /etc/profile:&lt;BR /&gt;&lt;BR /&gt;     TMOUT=&lt;BR /&gt;readonly TMOUT&lt;BR /&gt;     export TMOUT&lt;BR /&gt;&lt;BR /&gt;In this way the users can't change TMOUNT&lt;BR /&gt;&lt;BR /&gt;bye bye&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Apr 2002 08:09:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-timeout-on-c-shell/m-p/2696742#M56952</guid>
      <dc:creator>Domenico_5</dc:creator>
      <dc:date>2002-04-04T08:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: shell timeout on c shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-timeout-on-c-shell/m-p/2696743#M56953</link>
      <description>From man csh:&lt;BR /&gt;Autologout                                                               &lt;BR /&gt;  A new shell variable has been added called autologout .  If the terminal remains idle (no character input) at the shell's top level for a number of minutes greater than the  value assigned to autologout ,&lt;BR /&gt; you are automatically logged off.  The autologout feature is temporarily disabled while a command is executing.  The initial value of autologout is 60.  If unset or set to 0, autologout is entirely disabled.                                                              &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Apr 2002 08:28:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-timeout-on-c-shell/m-p/2696743#M56953</guid>
      <dc:creator>Deepak Extross</dc:creator>
      <dc:date>2002-04-04T08:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: shell timeout on c shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-timeout-on-c-shell/m-p/2696744#M56954</link>
      <description>If 'set autologout=60' is set, but the session does not end after this time, it means that OR you still have some processes running within the shell (or subshell) such as background jobs... OR you did touch the 'any'-key while waiting....&lt;BR /&gt;Regards,&lt;BR /&gt;Ceesjan</description>
      <pubDate>Thu, 04 Apr 2002 08:50:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-timeout-on-c-shell/m-p/2696744#M56954</guid>
      <dc:creator>Ceesjan van Hattum</dc:creator>
      <dc:date>2002-04-04T08:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: shell timeout on c shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-timeout-on-c-shell/m-p/2696745#M56955</link>
      <description>Hello,&lt;BR /&gt;Even as someone above has mentioned that even if a process is acting it won't termintate the session,then why should it show the session idle time in the finger command.&lt;BR /&gt;&lt;BR /&gt;I have the autologout set to 600.i.e.10min.&lt;BR /&gt;But even when I open a session and wait there idle it is not terminating it.&lt;BR /&gt;&lt;BR /&gt;Please help!</description>
      <pubDate>Thu, 04 Apr 2002 09:50:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-timeout-on-c-shell/m-p/2696745#M56955</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-04-04T09:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: shell timeout on c shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-timeout-on-c-shell/m-p/2696746#M56956</link>
      <description>TG,&lt;BR /&gt;The value is in minutes, not seconds.</description>
      <pubDate>Thu, 04 Apr 2002 09:53:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-timeout-on-c-shell/m-p/2696746#M56956</guid>
      <dc:creator>Deepak Extross</dc:creator>
      <dc:date>2002-04-04T09:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: shell timeout on c shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-timeout-on-c-shell/m-p/2696747#M56957</link>
      <description>TG, &lt;BR /&gt;&lt;BR /&gt;It does work.&lt;BR /&gt;I switched to c-shell and ran "set autologout=1"&lt;BR /&gt;After a minute, csh printed a message "auto-logout" and I was returned to the original shell.&lt;BR /&gt;&lt;BR /&gt;An interesting point is that I was not able to change the value of $autologout using the "setenv autologout 1" syntax. No error reported, but $autologout remained at the default value of 600. &lt;BR /&gt;"set autologout=1" did the trick.</description>
      <pubDate>Thu, 04 Apr 2002 11:23:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-timeout-on-c-shell/m-p/2696747#M56957</guid>
      <dc:creator>Deepak Extross</dc:creator>
      <dc:date>2002-04-04T11:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: shell timeout on c shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-timeout-on-c-shell/m-p/2696748#M56958</link>
      <description>except for a few coupled variables ($path &amp;lt;=&amp;gt; $PATH is an expample), setenv is completely different from set. setenv changes the environment that is passed to other processes (all, not only the shell) whereas set only controls the (t)csh behaviour.&lt;BR /&gt;&lt;BR /&gt;All variables documented in the (t)csh manual pages are to be set using 'set', not 'setenv'&lt;BR /&gt;&lt;BR /&gt;Be aware the some shells support 'readonly', so a variable cannot be changed after that&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Thu, 04 Apr 2002 11:31:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-timeout-on-c-shell/m-p/2696748#M56958</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-04-04T11:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: shell timeout on c shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-timeout-on-c-shell/m-p/2696749#M56959</link>
      <description>Hello,&lt;BR /&gt;My setting was autologout=600 which I thought as 600 seconds.&lt;BR /&gt;Thanks for confirming that the value is in minutes.&lt;BR /&gt;&lt;BR /&gt;Thanks for all who responded.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 04 Apr 2002 11:32:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-timeout-on-c-shell/m-p/2696749#M56959</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-04-04T11:32:53Z</dc:date>
    </item>
  </channel>
</rss>

