Re: qurious find error

2006-06-08 Thread Vladimir Zolotykh
On Thu, 08 Jun 2006 08:36:54 -0700 Bob McGowan <[EMAIL PROTECTED]> 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 > (-siz

Re: qurious find error

2006-06-08 Thread Bob McGowan
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

Re: qurious find error

2006-06-07 Thread Vladimir Zolotykh
On Wed, 07 Jun 2006 11:26:56 -0700 Bob McGowan <[EMAIL PROTECTED]> wrote: > 'find' then presumably > (this is a guess, I'm not familiar with the code) reads the full > directory listing (recursively), closes the discriptor (4), then does a > 'stat' on each file, for additional information

Re: qurious find error

2006-06-07 Thread Digby Tarvin
On Wed, Jun 07, 2006 at 04:50:23PM +0300, Vladimir Zolotykh wrote: > Just out of curiosity, why > > sudo find /proc -group backup -print > > always terminates with > > find: /proc/N/fd/4: No such file or directory > > where N is always a new number ? > > [Sarge, GNU/Linux] I assume you kn

Re: qurious find error

2006-06-07 Thread Bob McGowan
# find /proc -group root -print > /dev/null & [1] 10966 # find: /proc/tty/driver: Permission denied find: /proc/1/task/1/fd: Permission denied find: /proc/2/task/2/fd: Permission denied . . . find: /proc/8456/task/8456/fd: Permission denied find: /proc/10634/task/10634/fd: Permission denied find:

qurious find error

2006-06-07 Thread Vladimir Zolotykh
Just out of curiosity, why sudo find /proc -group backup -print always terminates with find: /proc/N/fd/4: No such file or directory where N is always a new number ? [Sarge, GNU/Linux] -- Vladimir Zolotykh -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscrib