> Do a "find /etc -type f -mtime -1" to see what files have been changed in the 
> last 24 hours, and compare the list of those files, and their contents to 
> what you did manually.

I often use backups to find changes:
1. Make a full backup
2. Do the thing
3. Make an incremental backup and see which files are backed up

We store two versions of a file in the backup, one active and one
inactive. So I can restore the original file and find the changes with
diff.

Sebastian

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to