From owner-freebsd-questions@FreeBSD.ORG Sun May 22 10:51:54 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 6FA9316A41C for ; Sun, 22 May 2005 10:51:54 +0000 (GMT) (envelope-from tobias.fendin@telia.com) Received: from pne-smtpout2-sn1.fre.skanova.net (pne-smtpout2-sn1.fre.skanova.net [81.228.11.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E18643D53 for ; Sun, 22 May 2005 10:51:53 +0000 (GMT) (envelope-from tobias.fendin@telia.com) Received: from [192.168.1.6] (81.229.43.66) by pne-smtpout2-sn1.fre.skanova.net (7.1.026.7) (authenticated as u18317830) id 42687F20008012BB for freebsd-questions@freebsd.org; Sun, 22 May 2005 12:51:52 +0200 Message-ID: <42906448.5040909@telia.com> Date: Sun, 22 May 2005 12:51:52 +0200 From: Tobias Fendin User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050403) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <1116737790.700.2.camel@localhost> In-Reply-To: <1116737790.700.2.camel@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: procfs in 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 May 2005 10:51:54 -0000 Chris Radlinski wrote: >I should have procfs. However, my /proc directory is empty. > >What gives? > > You have to mount it. Add this line to /etc/fstab: proc /proc procfs rw 0 0 And then run: mount /proc You might also check out the man-page: procfs(9) //Tobias