automatic logout

From: Yu SONG (tips_at_mi6.gov.uk)
Date: 06/30/04

  • Next message: Vikram: "Re: automatic logout"
    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/
    _______________________________________________________
    

  • Next message: Vikram: "Re: automatic logout"