<?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 unset TMOUT temporarily in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-unset-tmout-temporarily/m-p/3061400#M138779</link>
    <description>Hi Pete,&lt;BR /&gt;&lt;BR /&gt;  # typeset -r variable&lt;BR /&gt;  # variable=somevalue&lt;BR /&gt;  sh: variable:  This variable is read only.&lt;BR /&gt;  #&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Sundar.&lt;BR /&gt;</description>
    <pubDate>Wed, 03 Sep 2003 16:02:58 GMT</pubDate>
    <dc:creator>Sundar_7</dc:creator>
    <dc:date>2003-09-03T16:02:58Z</dc:date>
    <item>
      <title>How to unset TMOUT temporarily</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-unset-tmout-temporarily/m-p/3061392#M138771</link>
      <description>Hello everyone,&lt;BR /&gt;&lt;BR /&gt;I'm learning HP-UX and this is my first question on the forums :)&lt;BR /&gt;&lt;BR /&gt;I always like to set the TMOUT variable in the .profile of the root user on all my servers. One thing I noticed in HP-UX is that I'm unable to unset the variable.  On Linux, I have the variable in .bash_profile and whenever I know I'm going to be working for a while I do a "unset TMOUT" and I'm not kicked out for the time period specified in the variable.&lt;BR /&gt;&lt;BR /&gt;On HP-UX, I have my TMOUT for 60 seconds.  No matter if I do "unset TMOUT" ...I'll get the timeout msg at 60 seconds after login. It seems there's no way to turn off the timeout feature once you declare the variable.  If I do "echo $TMOUT", after unsetting it, the variable is not there, so I'm unsetting it properly. Is there something I'm missing?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Jorge</description>
      <pubDate>Tue, 02 Sep 2003 13:45:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-unset-tmout-temporarily/m-p/3061392#M138771</guid>
      <dc:creator>Jorge Fabregas</dc:creator>
      <dc:date>2003-09-02T13:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to unset TMOUT temporarily</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-unset-tmout-temporarily/m-p/3061393#M138772</link>
      <description>So after "login" you pass again through&lt;BR /&gt;.profile and may be you is setting this variable again.</description>
      <pubDate>Tue, 02 Sep 2003 13:48:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-unset-tmout-temporarily/m-p/3061393#M138772</guid>
      <dc:creator>Stanimir</dc:creator>
      <dc:date>2003-09-02T13:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to unset TMOUT temporarily</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-unset-tmout-temporarily/m-p/3061394#M138773</link>
      <description>Hi Jorge,&lt;BR /&gt;&lt;BR /&gt;If you would to "unset" TMOUT you just have to export it again.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Tue, 02 Sep 2003 13:51:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-unset-tmout-temporarily/m-p/3061394#M138773</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-09-02T13:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to unset TMOUT temporarily</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-unset-tmout-temporarily/m-p/3061395#M138774</link>
      <description>Hi Jorge:&lt;BR /&gt;&lt;BR /&gt;# export TMOUT=0&lt;BR /&gt;&lt;BR /&gt;...will set an infinite timeout.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 02 Sep 2003 13:52:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-unset-tmout-temporarily/m-p/3061395#M138774</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-09-02T13:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to unset TMOUT temporarily</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-unset-tmout-temporarily/m-p/3061396#M138775</link>
      <description>Jorge,&lt;BR /&gt;&lt;BR /&gt;# export TMOUT=&lt;BR /&gt;&lt;BR /&gt;also sets an indefinite timeout.&lt;BR /&gt;&lt;BR /&gt;Hai</description>
      <pubDate>Tue, 02 Sep 2003 14:00:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-unset-tmout-temporarily/m-p/3061396#M138775</guid>
      <dc:creator>Hai Nguyen_1</dc:creator>
      <dc:date>2003-09-02T14:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to unset TMOUT temporarily</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-unset-tmout-temporarily/m-p/3061397#M138776</link>
      <description>Thanks everyone for taking the time to help me.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Sep 2003 14:17:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-unset-tmout-temporarily/m-p/3061397#M138776</guid>
      <dc:creator>Jorge Fabregas</dc:creator>
      <dc:date>2003-09-02T14:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to unset TMOUT temporarily</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-unset-tmout-temporarily/m-p/3061398#M138777</link>
      <description>Any root admin worth his salt will have set TMOUT as readonly (in /etc/PROFILE), in which case you can't change/unset it. However all you have to do is to enter "read" at the command line and hit enter, the shell will then sit there indefinately, or until you hit enter again.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Sep 2003 08:56:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-unset-tmout-temporarily/m-p/3061398#M138777</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2003-09-03T08:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to unset TMOUT temporarily</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-unset-tmout-temporarily/m-p/3061399#M138778</link>
      <description>Andrew,&lt;BR /&gt;&lt;BR /&gt;I'm unaware of the method used to set a variable read-only, could you shed some light on my ignorance, please?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Sep 2003 09:38:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-unset-tmout-temporarily/m-p/3061399#M138778</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-09-03T09:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to unset TMOUT temporarily</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-unset-tmout-temporarily/m-p/3061400#M138779</link>
      <description>Hi Pete,&lt;BR /&gt;&lt;BR /&gt;  # typeset -r variable&lt;BR /&gt;  # variable=somevalue&lt;BR /&gt;  sh: variable:  This variable is read only.&lt;BR /&gt;  #&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Sundar.&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Sep 2003 16:02:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-unset-tmout-temporarily/m-p/3061400#M138779</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2003-09-03T16:02:58Z</dc:date>
    </item>
  </channel>
</rss>

