From owner-freebsd-questions@FreeBSD.ORG Wed Jan 3 02:50:26 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2B42216A407 for ; Wed, 3 Jan 2007 02:50:26 +0000 (UTC) (envelope-from wmoran@collaborativefusion.com) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.freebsd.org (Postfix) with ESMTP id CEAA313C44B for ; Wed, 3 Jan 2007 02:50:25 +0000 (UTC) (envelope-from wmoran@collaborativefusion.com) Received: from working (c-71-60-174-60.hsd1.pa.comcast.net [71.60.174.60]) (AUTH: LOGIN wmoran, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Tue, 02 Jan 2007 21:50:24 -0500 id 00056436.459B19F0.0000660C Date: Tue, 2 Jan 2007 21:50:23 -0500 From: Bill Moran To: Stan Halprin Message-Id: <20070102215023.50dd217e.wmoran@collaborativefusion.com> In-Reply-To: <20070102181439.17626.qmail@web58901.mail.re1.yahoo.com> References: <20070102181439.17626.qmail@web58901.mail.re1.yahoo.com> Organization: Collaborative Fusion Inc. X-Mailer: Sylpheed version 2.2.10 (GTK+ 2.10.6; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Clutz-Proof Logging 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: Wed, 03 Jan 2007 02:50:26 -0000 Stan Halprin wrote: > > 747478Hi; > I know I'm a clutz but I'm sick and tired of doing some stupid thing > that crashes my server, then trying to figure out what I did. Is there > something out there that could log everything I did so that I could > review it each time I shoot myself in the foot? Many shells keep a history as a matter of normal operation. You might find that enough for you. Personally, I use bash, and the command "history" brings the last 100 commands or so. HTH, Bill