BSD equiv of /proc?

Eric Schuele e.schuele at computer.org
Fri May 5 14:48:32 UTC 2006


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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
> "freebsd-questions-unsubscribe at freebsd.org"
> 

IIRC try :
   mount -t linprocfs none /proc

and then check /proc out.

Also look at
   man mount_linprocfs

-- 
Regards,
Eric


More information about the freebsd-questions mailing list