Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site brl-vgr.ARPA Path: utzoo!watmath!clyde!burl!ulysses!harpo!seismo!brl-tgr!brl-vgr!gwyn From: gwyn@brl-vgr.ARPA (Doug Gwyn ) Newsgroups: net.unix-wizards,net.wanted Subject: Re: Auto-logoff facility in Unix Message-ID: <1209@brl-vgr.ARPA> Date: Tue, 1-May-84 18:47:07 EDT Article-I.D.: brl-vgr.1209 Posted: Tue May 1 18:47:07 1984 Date-Received: Wed, 2-May-84 06:34:14 EDT References: <379@hcrvax.UUCP> Organization: Ballistics Research Lab Lines: 7 Our version of the Bourne shell will timeout the user if he doesn't respond to a PS1 prompt within a specified amount of time. The environment variable TIMEOUT contains the allowed time in minutes. Obviously this is not user-proof and in fact setting TIMEOUT=0 will disable the feature. The intention is to terminate the shell on an "abandoned" terminal, like when a fellow goes home for the day and forgot to log out first.