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

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?
>