it turned out that "ls" was expanding "./."
so the solution is
find / -false -user root -type f -exec ls -l {} \;
use -type to limit the output offered to "ls" contains only the
regular files.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Linux Users Group.
To post a message, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit our group at
http://groups.google.com/group/linuxusersgroup
-~----------~----~----~----~------~----~------~--~---