in reply to Get Process Start Time
You would simply need to set this environment variable system-wide (in /etc/profile) or in the user's individual profile file to cause an idle login session to be terminated after a specified amount of seconds:
# Set TMOUT to 15 minutes, read-only so user cannot override it. TMOUT=900 readonly TMOUT export TMOUT
Niël
|
|---|