From owner-freebsd-questions@FreeBSD.ORG Thu Nov 24 18:31:03 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 24D5416A41F for ; Thu, 24 Nov 2005 18:31:03 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3365D43DCC for ; Thu, 24 Nov 2005 18:30:11 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so1441936wxc for ; Thu, 24 Nov 2005 10:29:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EOZGgF++NI/6SbnNONKzi6rzM6Xmt+DXuwdYQUN2comss1Ua1MW2tTP5JlTMpQ7aZEXGXJsjbcLq+oW+xK8nZYlr1HQCNs4gAwR76P5ql4AWCwDXfGwxLp+i4GX9at3ul7m67+zsiSJ29IBu9nh5X84UGyOV6MlfidW2rYh8yI4= Received: by 10.70.73.20 with SMTP id v20mr6707302wxa; Thu, 24 Nov 2005 10:29:53 -0800 (PST) Received: by 10.70.104.18 with HTTP; Thu, 24 Nov 2005 10:29:53 -0800 (PST) Message-ID: <35c231bf0511241029o6d7cc6d6w3398e960b72d2809@mail.gmail.com> Date: Thu, 24 Nov 2005 10:29:53 -0800 From: David Kirchner Sender: dpkirchner@gmail.com To: Javier Matos In-Reply-To: <001601c5f124$39ab9530$0301a8c0@mindcrash> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <001601c5f124$39ab9530$0301a8c0@mindcrash> Cc: freebsd-questions@freebsd.org Subject: Re: how to see process in /proc filesystem??? 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: Thu, 24 Nov 2005 18:31:03 -0000 On 11/24/05, Javier Matos wrote: > Hello, I know that /proc filesystem provide an interface to see process i= n the computer but the problem is that mi /proc folder is empty and I don= =B4t know how to enable it. You can mount /proc with: mount -t procfs /proc /proc