On 11/29/2008 08:23 AM, Ben Boeckel wrote:
I suggest repeating the test but filtering out symlinks. And especially stuff managed by alternatives.Hi,I did the following command to find unowned directories (edited from my actual command to get rid of stuff like tmp that came up with lots of false-positives—though it is quite possible there still are some here):# rpm -q --whatprovides `find /{{,s}bin,boot,dev,etc,lib{,64},usr} -type d` | grep -v -e .x86_64 -e noarch -e i386 -e i686 -e ppc