[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tripwire alternatives




Not easy to please now are you? :)

You can pipe output from find into mtree:
find / -type f \! name "*.o" | mtree -c -Kshadigest

--
Cam


On Mon, 15 Jan 2001, Ragnar Beer wrote:
> Cool! Easy enough. And how do you exclude files and/or directories to 
> reduce the number of false positives?
> 
> >Create fingerprint:
> >mtree -c -Ksha1digest -p / > fingerprint
> >
> >Check:
> >mtree -f fingerprint -p /