[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Permission denied when issuing find
- Subject: Re: [cobalt-users] Permission denied when issuing find
- From: Dmitry Alexeyev <dmi_a@xxxxxxxxxx>
- Date: Wed Feb 11 02:45:00 2004
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
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?
>