Re: Idle session logout
From: Luis M (lemsx1_at_latinomixed.com)
Date: 10/23/04
- Previous message: Kalevi Nyman: "Re: Idle session logout"
- In reply to: Ben Nelson: "Idle session logout"
- Next in thread: Danny Kitts: "RE: Idle session logout"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: Ben Nelson <lists@venom600.org> Date: Sat, 23 Oct 2004 02:13:09 -0400
On Thu, 2004-10-21 at 16:04 -0600, Ben Nelson wrote:
> So, my question:
> What are people using these days to log idle users out of their systems?
For shells that read /etc/profile (like bash, ksh, sh) append:
TMOUT=N
export TMOUT
(In Debian you can get away by putting TMOUT=N in /etc/environment).
If you use csh, tcsh, or any in the *csh family, then
edit /etc/csh.cshrc and add:
set autologout = 15
(if you google for it, you'll find many answers)
-- ----)(----- Luis M System Administrator LatinoMixed.com lemsx1@latinomixed.com This dungeon is owned and operated by Frobozz Magic Co., Ltd. http://www.latinomixed.com/
- Previous message: Kalevi Nyman: "Re: Idle session logout"
- In reply to: Ben Nelson: "Idle session logout"
- Next in thread: Danny Kitts: "RE: Idle session logout"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]