[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Permission denied when issuing find



Hi,

Thank you. I did see PIDs 5-9 with ps aux: all related to raid.

Arthur Sherman
 

> -----Original Message-----
> From: cobalt-users-admin@xxxxxxxxxxxxxxx 
> [mailto:cobalt-users-admin@xxxxxxxxxxxxxxx] On Behalf Of 
> Dmitry Alexeyev
> Sent: Wednesday, February 11, 2004 12:42
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: Re: [cobalt-users] Permission denied when issuing find
> 
> Hello!
> 
> No need to worry, it is okay
> /proc filesystem is a list of your processes, and fd entry is 
> just a list of file descriptors [fd] - open files, sockets, etc.
> That means, that processes with pid from 5 to 9 are hidden to 
> you for some reasons (intrernal threads like [md_thread] on 
> my system) - it's ok for 2.2.x kernel. 
> Run chkrootkit if you do not see *ALL* processes from 5 to 9 
> in `ps aux' 
> output. 
> 
> Best Regards,
> Dmitry
> 
> >
> > every time when i issue find i get these among the very first lines:
> >
> > find: /proc/5/fd: Permission denied
> > find: /proc/6/fd: Permission denied
> > find: /proc/7/fd: Permission denied
> > find: /proc/8/fd: Permission denied
> > find: /proc/9/fd: Permission denied
> >
> > could someone explain me why is it?
> >
> 
> _____________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To subscribe/unsubscribe, or to SEARCH THE ARCHIVES, go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>