From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 21:26:53 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2A2B16BA79 for ; Tue, 6 Jun 2006 21:16:43 +0000 (UTC) (envelope-from dudu.meyer@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id D18D743D64 for ; Tue, 6 Jun 2006 21:16:41 +0000 (GMT) (envelope-from dudu.meyer@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so36703uge for ; Tue, 06 Jun 2006 14:16:40 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=C+pP4BEhnPnIy6Ug/Br+zzj/3HkoWffYSfCbylTh76zG5j74gEyfhgjUKp2plqKEYJYig6in1QVHfPMdPt3vKaqf1yiRRJn4lmE0Nu/KP24hlIqg9Fkbfkpdr3pvzMbhKZSuR1MxrkhOZHHcU+FQcr/7v4dAulle56eO8YsnRtU= Received: by 10.66.216.6 with SMTP id o6mr30968ugg; Tue, 06 Jun 2006 14:16:39 -0700 (PDT) Received: by 10.66.222.15 with HTTP; Tue, 6 Jun 2006 14:16:39 -0700 (PDT) Message-ID: Date: Tue, 6 Jun 2006 18:16:39 -0300 From: "Eduardo Meyer" To: stable@freebsd.org In-Reply-To: <20060606211327.GG32476@bunrab.catwhisker.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060606211327.GG32476@bunrab.catwhisker.org> Cc: Subject: Re: How can I know which files a proccess is accessing? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 21:26:59 -0000 On 6/6/06, David Wolfskill wrote: > You may find the "lsof" port useful for answering such questions. > I tried it, but it seems that I found some limitations: lsof: no local file space at PID 16543 # ps 16543 PID TT STAT TIME COMMAND 16543 ?? S 0:02.43 /usr/local/sbin/httpd -k start -DSSL Any tuning would do the job?