![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What happens when user logout? | yhacks | Linux | 1 | 05-15-2008 11:20 PM |
| setup a logfile for user login/logout ??? | pwd | UNIX for Dummies Questions & Answers | 3 | 04-02-2007 12:10 AM |
| setup a logfile for user login/logout ??? | pwd | HP-UX | 0 | 03-28-2007 12:45 AM |
| How to logout inactive users???? | rrivas | UNIX for Dummies Questions & Answers | 6 | 03-14-2002 08:29 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Canīt logout to user inactive
I have SCO OpenServer release 5
I used TIMEOUT and TMOUT in .profile but I donīt Know if is correctly WND=/usr/synergy/dbl DTKMAPFIL=/u/ics/icsdat/icsmap.ics umask 000 # set file creation mask TMOUT=300; export TMOUT eval 'tset -s' export PATH MAIL HOME DBLDIR AP DEV HIS ICS ICSDAT ICSRPT ICSLIB DTKMAPFIL WND stty intr ^C Last edited by lalox; 07-30-2004 at 04:03 PM. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
What shell are you running? In the Korn Shell, TMOUT defines the number of seconds the shell remains inactive before it terminates. That is to say, the shell has to be inactive (dont touch the keyboard!) for the number of seconds you define before a logout will occur.
|
||||
| Google The UNIX and Linux Forums |