The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 01-18-2005
google's Avatar
google google is offline Forum Advisor  
Moderator
  
 

Join Date: Jul 2002
Location: Atlanta
Posts: 740
There is an environment variable called TMOUT that contains the default number of seconds before a shell timeout occurs. If your session is idle for that duration, you get booted. You can however, over ride this variable (assuming that your local sys admin did not make this a read only variable). To do so in Korn Shell:

export TMOUT=0