I would like to kill idle users after a specified amount of time. I have found some utilities on the internet but none would compile on SCO. Anyone any suggestions?
do you have idleout available on your version? Ed Fair
unixstuff@juno.com
Any advice I give is my best judgement based on my interpretation of the facts you supply. Help increase my knowledge by providing some feedback, good or bad, on any advice I have given.
How can inactive users be automatically logged out?
The "idleout" program has been included with SCO Unix versions since Xenix. It is a shell script, so you can easily modify it if it doesn't quite answer your needs.
There are some limitations to it, however, so you may want to use something else.
A better program is nidleout by John Dubois. That's a ksh script- it's complicated, though, and probably hard to modify unless you understand ksh scripts very well. However, it may do exactly what you want without modification. ftp://ftp.armory.com/pub/admin/nidleout
It's possible that just setting the TMOUT variable in ksh or bash may be enough for your needs; see the man pages for your shell.
Linux has "autolog", and a compiled OSR5 version (complete with man pages) is available from
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.