From owner-freebsd-hackers Wed Oct 15 13:28:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA25756 for hackers-outgoing; Wed, 15 Oct 1997 13:28:30 -0700 (PDT) (envelope-from owner-freebsd-hackers) Received: from ocean.campus.luth.se (ocean.campus.luth.se [130.240.194.116]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA25698 for ; Wed, 15 Oct 1997 13:28:19 -0700 (PDT) (envelope-from karpen@ocean.campus.luth.se) Received: (from karpen@localhost) by ocean.campus.luth.se (8.8.5/8.8.5) id WAA05381; Wed, 15 Oct 1997 22:34:44 +0200 (CEST) From: Mikael Karpberg Message-Id: <199710152034.WAA05381@ocean.campus.luth.se> Subject: Re: Question about file opens In-Reply-To: <199710151010.KAA28975@fang.cs.sunyit.edu> from Charles Green at "Oct 15, 97 10:10:56 am" To: chuck@fang.cs.sunyit.edu (Charles Green) Date: Wed, 15 Oct 1997 22:34:43 +0200 (CEST) Cc: hackers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk According to Charles Green: > For a project I'm working on we're interested in tracking file opens, > and are interested in the best way of tracking them. Any ideas? Or is it > impossible without modifying the kernel? Does the lsof utility in the ports collection work for you? /Mikael