Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site unm-cvax.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!houxm!hogpc!houti!ariel!vax135!floyd!cmcl2!lanl-a!unm-cvax!mckeon From: mckeon@unm-cvax.UUCP Newsgroups: net.unix-wizards Subject: Re: Auto-logoff facility in Unix Message-ID: <833@unm-cvax.UUCP> Date: Sat, 5-May-84 12:55:28 EDT Article-I.D.: unm-cvax.833 Posted: Sat May 5 12:55:28 1984 Date-Received: Tue, 8-May-84 00:42:53 EDT References: <379@hcrvax.UUCP> Organization: Univ. of New Mexico, Albuquerque Lines: 20 [chomp] A version of C shell we had before 4.2 allowed set autologout=N # N equals max idle time in minutes Unfortunately 4.2's C shell doesn't have this, and I don't recall if we got the version that did off one of the 4.1 tapes, or somewhere else. In an environment of heavy contention for processor ports and dial-in lines; and of people who don't mind being logged out (who would rather log in again than build large idle times & take up a port) 'autologout' is a winner, but in a less contentious environment it can be a pain. Don't recall how to disable it once set, but probably by setting the time to 0. The suggestion regarding password prompting sounds like an automagic invocation of 'lock' - does protect the user, but still consumes the port. These seem to be separate issues.