Random Linux Tips

Posted by Jemshad O K     Category: General

####[ GNU/Linux One Stanza Tip (LOST) ]#######################

Sub : Automatic log-out (if not in use) LOST #160

Shell can be made to automatically logout, in case idle at the
command prompt for a specified period of time (e.g an hour).
Add following line in ~/.profile [or /etc/profile, if global]
For bash can be done through .bash_profile or .bashrc as well.

TMOUT=3600 # Time in sec (3600 = 1hr)

####[ajitabhpandey (at) users.sourceforge.net]################

Tags: , , ,

Related posts

Tags: , , ,

Comments are closed.