automatic logout
From: Yu SONG (tips_at_mi6.gov.uk)
Date: 06/30/04
- Previous message: Kasper Dupont: "Re: Finding my LWP"
- Next in thread: Vikram: "Re: automatic logout"
- Reply: Vikram: "Re: automatic logout"
- Reply: Viktor Lofgren: "Re: automatic logout"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 30 Jun 2004 01:11:22 +0100
Hi, I want to implement an application which will automatically logout the
current user after a period of idle state.
It's similar to screensaver, instead, the application will "free" a
workstation.
btw, I am using Red Hat 9
Any ideas?
Many thanks
--
Song
/* E-mail.c */
#define User "Yu.Song"
#define At '@'
#define Warwick "warwick.ac.uk"
int main() {
printf("Yu Song's E-mail: %s%c%s", User, At, Warwick);
return 0;}
Further Info. : http://www.dcs.warwick.ac.uk/~esubbn/
_______________________________________________________
- Previous message: Kasper Dupont: "Re: Finding my LWP"
- Next in thread: Vikram: "Re: automatic logout"
- Reply: Vikram: "Re: automatic logout"
- Reply: Viktor Lofgren: "Re: automatic logout"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]