Chances are that your system has "diff" or "cmp" installed so you could easilly do this from the command line. cd into one of the directories and type: "export DIR2=$PWD" Then, cd into the other directory and type: prompt~> for x in * > do > diff $x $DIR2/$x >> /tmp/diff-file > done prompt~> The differences in the files will be viewable in /tmp/diff-file. You can easilly streamline the above process and tweak things to do recursive directory scans. Also, I'd recommend "aide" over tripwire for system integrity checking...much easier to configure and install, and there's no question about it's open source direction. Message void if penguin violated. Don't mess with the penguin. ______________________________________________ FREE Personalized Email at Mail.com Sign up at http://www.mail.com/?sr=signup _______________________________________________ Stormlinux-users-list mailing list [EMAIL PROTECTED] http://www.stormix.com/community/lists/listinfo/stormlinux-users-list
