From owner-freebsd-questions Wed Jan 7 04:38:04 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA21392 for questions-outgoing; Wed, 7 Jan 1998 04:38:04 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from millennium.net (mrvid.demon.co.uk [194.222.140.15]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA21356 for ; Wed, 7 Jan 1998 04:37:49 -0800 (PST) (envelope-from lists@mrvid.demon.co.uk) Received: from gateway ([123.123.123.47]) by millennium.net (8.8.5/8.8.5) with SMTP id VAA28056; Tue, 6 Jan 1998 21:04:26 GMT Message-Id: <3.0.32.19980106210217.009748a0@123.123.123.1> X-Sender: lists@123.123.123.1 X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Tue, 06 Jan 1998 21:02:33 +0000 To: Johnathan Raymond Sconiers II , freebsd-questions@freebsd.org From: Mailling Lists Subject: Re: Locking telnet screen Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi >How would one lock a telnet screen so one could walk away from their >station without closing the connection? Use the 'lock' command (installed AFAIR by default), e.g. Ka0s:/$ lock -t 30 (This will lock the terminal for 30 minutes and then return to the prompt - make sure you set it high enough and that your back in time, otherwise someone may gain access to your account). It asks for a password to lock the terminal with and will return only when the correct password is entered. L8rz KrOnUs