From owner-freebsd-questions@FreeBSD.ORG Fri May 5 14:20:38 2006 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 E0AEF16A405 for ; Fri, 5 May 2006 14:20:38 +0000 (UTC) (envelope-from wmoran@collaborativefusion.com) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3775A43D45 for ; Fri, 5 May 2006 14:20:37 +0000 (GMT) (envelope-from wmoran@collaborativefusion.com) Received: from vanquish.pgh.priv.collaborativefusion.com (vanquish.pgh.priv.collaborativefusion.com [192.168.2.61]) (AUTH: PLAIN wmoran, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Fri, 05 May 2006 10:20:36 -0400 id 00056416.445B5F34.000127B9 Date: Fri, 5 May 2006 10:20:36 -0400 From: Bill Moran To: "Jim Stapleton" Message-Id: <20060505102036.8851f147.wmoran@collaborativefusion.com> In-Reply-To: <80f4f2b20605050707pe8d67case501f708c8e75427@mail.gmail.com> References: <80f4f2b20605050707pe8d67case501f708c8e75427@mail.gmail.com> Organization: Collaborative Fusion X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.17; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: BSD equiv of /proc? 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: Fri, 05 May 2006 14:20:39 -0000 On Fri, 5 May 2006 10:07:03 -0400 "Jim Stapleton" wrote: > I have a proc filesystem on my computer, but it's empty. I'm used to > linux, where you can do stuff like 'cat /proc/cpuinfo' to get > information about the system. What is the BSD equivalent of this, or > is it /proc, and I'm just missing something? If you absolutely can't live without /proc, install the linuxulator and mount linproc. It will give you a linux compatible /proc. -- Bill Moran Collaborative Fusion Inc.