Hello folks,
I would like to find a software tool that can track
changes to the linux installation on my PC.
Something like this tool for Windows:
http://www.evansprogramming.com/tracker.htm
I want to be able to identify every change to
the filesystem resulting from an application
installation.
In simplest form, I can imagine a script that looks at
all the files last modified dates and returns all files
modified since a specific time I provide.
I could build what I need on top of that.
Thanks,
WP