In the last episode (May 05), Jim Stapleton said: > 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 uses /proc for process-related stuff only. System stats are retrieved using the sysctl command. Try running "sysctl -a" and see if anything's useful. -- Dan Nelson [EMAIL PROTECTED] _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"