tripwire!

Seriously... Linux/unix doesn't have any 'registry'.. Everything is in files.. Any 
intrusion detection system will report on file changes.. Or just write your own little 
utility. Do an ftw (file tree walk) and stat each file/directory. Save the data, and 
do it again.. then compare.

 - jim

On Wed, 16 Jul 2003 10:23:54 -0700
"Eric Robinson" <[EMAIL PROTECTED]> wrote:

> Windows has a simple utility called sysdiff. You run it before making changes to 
> your system, and again afterwards to see exactly what changed (files, directories, 
> registry, etc). What is the equivalent (or better) Linux command-line util?
> 
> --Eric
> _______________________________________________
> RLUG mailing list
> [EMAIL PROTECTED]
> http://www.rlug.org/mailman/listinfo/rlug
> 


_______________________________________________
RLUG mailing list
[EMAIL PROTECTED]
http://www.rlug.org/mailman/listinfo/rlug

Reply via email to