Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Sep 2000 17:34:30 +0200 (CEST)
From:      Paul Herman <pherman@frenchfries.net>
To:        Simon Nielsen <simon@dkik.dk>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Number of open files per process
Message-ID:  <Pine.BSF.4.21.0009051733360.1805-100000@bagabeedaboo.security.at12.de>
In-Reply-To: <39B50FA5.CEEF63E1@dkik.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 5 Sep 2000, Simon Nielsen wrote:

> 
> Is it posible to find out how may files a process has open?
> 

One way:  fstat -p pid | wc -l

where "pid" is the pid of the process.

-Paul.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0009051733360.1805-100000>