Joe Barjo ha scritto:
Hello
[snip]
But my real question is: How can I get a list of files in the whole filesystem that were added or modified compared to all the files that come from rpms? Is there a script for doing such a thing?
I think that doing some scripting around rpm -Va (to find modified files from rpms) and a 'comm' between "rpm -qla" and something like "find /" (with some clean-up to get files not coming from rpms) will do the magic.
-- Regards Lorenzo Quatrini