From owner-freebsd-questions@FreeBSD.ORG Tue Jan 4 22:01:46 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69F9C16A4CE for ; Tue, 4 Jan 2005 22:01:46 +0000 (GMT) Received: from mail3.speakeasy.net (mail3.speakeasy.net [216.254.0.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BB9C43D3F for ; Tue, 4 Jan 2005 22:01:46 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 3446 invoked from network); 4 Jan 2005 22:01:45 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail3.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 4 Jan 2005 22:01:45 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 2304569; Tue, 4 Jan 2005 17:01:45 -0500 (EST) Sender: lowell@be-well.ilk.org To: Anthony Atkielski To: freebsd-questions@freebsd.org References: <1761142680.20050104050725@wanadoo.fr> From: Lowell Gilbert Date: 04 Jan 2005 17:01:44 -0500 In-Reply-To: <1761142680.20050104050725@wanadoo.fr> Message-ID: <44acroua47.fsf@be-well.ilk.org> Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: Running top on system console without being logged on X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jan 2005 22:01:46 -0000 Anthony Atkielski writes: > I'd like to run top on the system console to keep an eye on the system, > but I'd prefer not to have the console logged on to do so. Is there an > elegant way to do this? /etc/ttys is the usual way. I can't seem to get it working quickly, though. > Also, is there a way to send input to stdin of the top process even > after I've started and detached it (in order to redraw the screen or to > give top a command, etc.)? That would be harder.