Date: Fri, 05 May 2006 09:48:29 -0500 From: Eric Schuele <e.schuele@computer.org> To: Jim Stapleton <stapleton.41@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: BSD equiv of /proc? Message-ID: <445B65BD.7030404@computer.org> In-Reply-To: <80f4f2b20605050707pe8d67case501f708c8e75427@mail.gmail.com> References: <80f4f2b20605050707pe8d67case501f708c8e75427@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > IIRC try : mount -t linprocfs none /proc and then check /proc out. Also look at man mount_linprocfs -- Regards, Eric
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?445B65BD.7030404>