![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Force Input in User Defined Variable | earnstaf | Shell Programming and Scripting | 10 | 06-20-2007 05:35 AM |
| Track user activity --pls help | anandtharani | UNIX for Advanced & Expert Users | 2 | 09-22-2006 01:38 AM |
| Tool to monitor user activity | nana | UNIX for Dummies Questions & Answers | 3 | 07-15-2005 08:26 AM |
| audit user activity - possible? | sureshy | UNIX for Dummies Questions & Answers | 1 | 02-21-2005 05:49 AM |
| Echoing remote user activity? | dangerousbeans | UNIX for Advanced & Expert Users | 1 | 07-20-2004 09:48 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Does anybody know how to force a user to automatically logoff a UNIX session if there is no keyboard activity for a period of time? We use COBOL and there is a BEFORE TIME option on the ACCEPT command, however, we do not want to change the many programs we have to detect this.
What we really want to have happen is from the UNIX login have some sort of a way to monitor and detect no activity and force the user to disconnect. Thanks for your help, |
| Forum Sponsor | ||
|
|
|
||||
|
There are a number of freeware "idle daemons" out there. Here is one. You can find others with a search engine.
These programs are controversial. And they can be defeated by such tactics as laying a book on the keyboard. User training is the real answer. |
|
|||
|
This whole area is system admin is a pain in the butt. Perderabo is right about training, unless you have people who consdier logging in to be a chore, i.e., lazy.
Using TMOUT works (as Google said), so do the idle daemons. But then you get complaints because you set the time out values too large or too small, too hot, too cold... Some of our programmers have written little ditties to keep their processes on just about forever -- like this user: Code:
benner pts/5 Mar 9 10:56 |
|||
| Google The UNIX and Linux Forums |