Follow-up Comment #1, bug #18174 (project findutils):

It occurs to me that it's not entirely clear what expressions like 

find . -print -type u -ls 

should do.   At the moment, this problem doesn't exist because find doesn't
process files it cannot stat:-

[EMAIL PROTECTED]:/tmp$ ls -ld example
drw-r--r-- 3 james users 1024 2006-11-05 01:52 example
[EMAIL PROTECTED]:/tmp$ ls -l example
total 0
?--------- ? ? ? ?                ? example/leafdir
[EMAIL PROTECTED]:/tmp$ find example
example
find: example: Permission denied
[EMAIL PROTECTED]:/tmp$




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?18174>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-findutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-findutils

Reply via email to