Forgot to add it also to the list... sorry !
> -----Original Message----- > From: Hiemstra, Brenno > Sent: donderdag 27 juni 2002 8:31 > To: 'Mark G. Spencer' > Subject: RE: MD5'ing a directory tree in Linux? > > Mark, > > I think the normal integrity programs like Tripwire or Aide > can do the things you are looking for. > > Aide does use MD5 (and many other hashes) to check > directories for changes and give a alerts if there are changes > in the files currently in a directory and in the database. > > Please take a look at Aide (free) or Tripwire (only "free" on > linux) for more information. > > Regards, > > > Brenno > > Tripwire: http://www.tripwire.org > Aide: http://www.cs.tut.fi/~rammer/aide.html > > -----Original Message----- > From: Mark G. Spencer [SMTP:[EMAIL PROTECTED]] > Sent: dinsdag 25 juni 2002 18:56 > To: [EMAIL PROTECTED] > Subject: MD5'ing a directory tree in Linux? > > Is it possible to MD5 all the items in a directory tree using Linux? I > am on a Redhat 7.3 workstation. I have read the man and info file for > MD5SUM and also tried to run it against a directory without success. I > get the error "Is a directory" which is very self explanatory. > > So .. Is there another MD5 utility with more flexibility? I basically > need to MD5 every file individually in a large directory tree with the > output redirected to a text file showing the path, filename, and hash of > every file in that directory tree. > > Thanks for the assistance, > > Mark