From owner-freebsd-questions@FreeBSD.ORG Sun Apr 24 15:26:14 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 4D22116A4CE for ; Sun, 24 Apr 2005 15:26:14 +0000 (GMT) Received: from pne-smtpout2-sn1.fre.skanova.net (pne-smtpout2-sn1.fre.skanova.net [81.228.11.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4680543D1D for ; Sun, 24 Apr 2005 15:26:13 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from falcon.midgard.homeip.net (212.181.162.201) by pne-smtpout2-sn1.fre.skanova.net (7.1.026.7) id 42687F20000792B9 for questions@freebsd.org; Sun, 24 Apr 2005 17:26:11 +0200 Received: (qmail 64245 invoked by uid 1001); 24 Apr 2005 15:26:08 -0000 Date: Sun, 24 Apr 2005 17:26:08 +0200 From: Erik Trulsson To: Jay O'Brien Message-ID: <20050424152608.GA64194@falcon.midgard.homeip.net> Mail-Followup-To: Jay O'Brien , FreeBSD - questions References: <426BB50F.9060104@att.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <426BB50F.9060104@att.net> User-Agent: Mutt/1.5.9i cc: FreeBSD - questions Subject: Re: Audit tools? 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: Sun, 24 Apr 2005 15:26:14 -0000 On Sun, Apr 24, 2005 at 08:02:39AM -0700, Jay O'Brien wrote: > What are the tools that I should use to audit an existing > FreeBSD installation? Without changing anything, I wish > to quickly determine what is installed, i.e., the basic > system, ports and packages, and then to compare what is > installed to the currently available versions. For ports/packages you can use pkg_info(1) to see what is installed, and pkg_version(1) to compare what is installed to what is in the ports tree. For the base system there is no corresponding way to see what is installed or not. 'uname -a' will show which version of FreeBSD is installed, but after that you will have to check manually to see if all components are installed or not. -- Erik Trulsson ertr1013@student.uu.se