From owner-freebsd-questions@FreeBSD.ORG Mon Aug 22 02:02:52 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 1B5AB16A41F for ; Mon, 22 Aug 2005 02:02:52 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59D2C43D45 for ; Mon, 22 Aug 2005 02:02:51 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a032.otenet.gr [212.205.215.32]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id j7M22lmK014259; Mon, 22 Aug 2005 05:02:47 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.4/8.13.4) with ESMTP id j7M22kGd008181; Mon, 22 Aug 2005 05:02:46 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.4/8.13.4/Submit) id j7M22kxA008180; Mon, 22 Aug 2005 05:02:46 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 22 Aug 2005 05:02:46 +0300 From: Giorgos Keramidas To: Eric Murphy Message-ID: <20050822020246.GA8101@gothmog.gr> References: <11278953.1124675900398.JavaMail.root@elwamui-cypress.atl.sa.earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <11278953.1124675900398.JavaMail.root@elwamui-cypress.atl.sa.earthlink.net> Cc: freebsd-questions@freebsd.org Subject: Re: Simple log question... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 02:02:52 -0000 On 2005-08-21 21:58, Eric Murphy wrote: > Hi guys, quick question here... > > I noticed on some peoples desktop they have a transparent log file > running in the backround thats constently updated.. > > Like in this openbsd screen. > > http://www.lphp.org/img/snap.png That would be sysutils/roottail :-) > I would like to do something similar on my FreeBSD box--- anyone know > of a program or a way to do this? Can you choose which log? Yes. You can certainly choose which log. You can run roottail much like tail -f on any file.