From owner-freebsd-questions@FreeBSD.ORG Mon Oct 27 06:06:57 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08EC116A4B3 for ; Mon, 27 Oct 2003 06:06:57 -0800 (PST) Received: from smtp.thilelli.net (juliengabel.net1.nerim.net [62.212.119.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4E4443F93 for ; Mon, 27 Oct 2003 06:06:55 -0800 (PST) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 779A1241B1; Mon, 27 Oct 2003 15:06:53 +0100 (CET) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 92969-04; Mon, 27 Oct 2003 15:06:53 +0100 (CET) Received: from webmail.thilelli.net (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with SMTP id 0FEB4241A5; Mon, 27 Oct 2003 15:06:53 +0100 (CET) Received: from 194.119.92.65 (SquirrelMail authenticated user jgabel) by webmail.thilelli.net with HTTP; Mon, 27 Oct 2003 15:06:53 +0100 (CET) Message-ID: <40951.194.119.92.65.1067263613.squirrel@webmail.thilelli.net> In-Reply-To: <20031027150027.O91426@gwdu60.gwdg.de> References: <20031027150027.O91426@gwdu60.gwdg.de> Date: Mon, 27 Oct 2003 15:06:53 +0100 (CET) From: "Julien Gabel" To: "Konrad Heuer" User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Virus-Scanned: by amavisd-new at thilelli.net cc: "Woolworth,Derrick" cc: "'freebsd-questions@freebsd.org'" Subject: Re: Open Files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Oct 2003 14:06:57 -0000 > I'd suggest lsof from /usr/ports/sysutils/lsof which listens all open > files in the system. Or fstat(1) in the base system. -- -jg.