Guest_imported
New member
- Jan 1, 1970
- 0
Is there any way to determine what processes or ttys are idle for a specific period of time. I have tried using the who -u and the finger command, then using awk to return the idle time, which works fine. My problem is when a program is running a report that does not use any terminal IO, the idle time increase past the specified time, causing it to be killed it the middle of the run.