Re: qurious find error
On Thu, 08 Jun 2006 08:36:54 -0700
Bob McGowan <bob_mcgowan@symantec.com> wrote:
> Your example, below, does not need to access the file's inode for more
> information, hence no error. You would get a similar 'file not found'
> error if you used any of the time tests (-?time), file size tests
> (-size), tests of the inode number (-inum), and so on. Whatever test
> you use, it must require a stat() call to get additional information
> about the file from its inode.
Thank you, I think I understand it better now.
--
Vladimir Zolotykh
Reply to: