Find the answer to your Linux question:
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....
  1. #1
    Just 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.

  2. #2
    Just 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

  3. #3
    Linux 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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...