Results 1 to 3 of 3
hi,
I was wondering if there was a program or something that monitored files so that after I install something I know what files were changed....
- 05-07-2008 #1Just Joined!
- Join Date
- Apr 2008
- Posts
- 30
Monitor changes to a file?
hi,
I was wondering if there was a program or something that monitored files so that after I install something I know what files were changed.
- 05-08-2008 #2Just Joined!
- Join Date
- Jul 2007
- Posts
- 49
You could always just look at the files time stamp to see what has been modified, if you want something more tech take a look at tripwire SourceForge.net: Open Source Tripwire
- 05-08-2008 #3Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
If you want to compare files in a directory you could check timestamps as mentioned, or run a daemon to check file details...maybe based on ls -l or similar.
If you wanted to check details of a specific file for changes you can use the tail -f command.


Reply With Quote