Gene Heskett wrote:
gene@coyote:~$ ls -lR |grep root -|wc -l
7927
I am not sure it is the best way, because if you have root in the name of
the file, or even a directory called something like root, it would return
positive.
better use: find ~/ -user root