Date: 25 Jul 2005 13:26:10 -0400 From: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org> To: freebsd-questions@auscert.org.au Cc: freebsd-questions@freebsd.org Subject: Re: How to create mtree files? Message-ID: <44fyu2n6fh.fsf@be-well.ilk.org> In-Reply-To: <200507250206.j6P26QsZ094083@app.auscert.org.au> References: <200507250206.j6P26QsZ094083@app.auscert.org.au>
next in thread | previous in thread | raw e-mail | index | archive | help
freebsd-questions@auscert.org.au writes: > I would like to use the mtree utility to confirm no changes have > occurred to system files since 'make installworld', similar to that > possible with 'mtree -f /cdrom/5.4-RELEASE/base/base.mtree' on a > release installation. This would also give the added advantage of > being able to determine the current buildlevel of an installed > system, I believe. Is it possible/easy to create new mtree files > after the buildworld or installworld process? I've looked at the > Release Engineering docs but it seems more than what I'd like to > do. I should add that I am running tripwire, but I really want to > have a quick way to verify which files were part of which installworld. "man 8 mtree" has full details. "mtree -c -p /" is the start of what you're looking for.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44fyu2n6fh.fsf>