On Fri, 17 Mar 2000, Gonda, Rumi wrote:
> is there a place where i set it up such that a login
> session can be terminated if it is idle for some time.
If you are using bash, add the following to /etc/profile:
export TMOUT=300
You may substitute 300 with any number of seconds bash will be idle
before auto-logout.
Nicolas
--
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the command "unsubscribe linux-embedded" in the message body.
For more information, see <http://waste.org/mail/linux-embedded>.