[Leaplist] list files not from rpm

Ingo Claro miclaro at netred.cl
Fri Feb 6 15:42:31 EST 2009


I'm using centos 5 and wan't to know the files that are not from rpm 
packages.

I've come up with the following, but it's very slow:

find / ! -path "/proc*" ! -path "/dev*" ! -path "/sys*" -exec rpm -qf {} 
 >> list.txt \;

and then:
grep "not owned" list.txt

is there a better way?

regards,
Ingo

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



More information about the Leaplist mailing list