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
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
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
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
# 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:
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
6 matches
Mail list logo