To set an automatically shell timeout on Linux (that Will logoff that session after X seconds), you just need setup the following variable (put it in your /etc/profile):
# echo “TMOUT=300; readonly TMOUT; export TMOUT” >> /etc/profile
The “readonly” option will not allow an normal user change (ou unset) it.
Print
del.icio.us
Facebook
Twitter
Google Bookmarks
Add to favorites
email