Paul Brown wrote:

> > > Does anyne know how to find out how many open file descriptors there are
> > > at any one time on a linux box?
> > > Any help would be appreciated..
> > 
> > 
> > Try this one!
> > 
> > $ cat /proc/sys/kernel/file-nr
> > 360
> 
> Thanks for the response, but I meant how many are open at the time of
> running the program/script. 
> 
> Ie, the more files open, the higher the number, etc.

That's what the above does. Or did you mean how many are descriptors
are open in a particular process?

-- 
Glynn Clements <[EMAIL PROTECTED]>

Reply via email to