View Single Post

  #2 (permalink)  
Old 01-08-2006, 12:56 AM
rockdalinux's Avatar
rockdalinux rockdalinux is offline
Contributors
User
 
Join Date: May 2005
Location: Bangalore
My distro: RHEL, HP-UX, Solaris, FreeBSD, Ubuntu
Posts: 581
Rep Power: 7
rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough
Default

FreeBSD do not have /proc kind of stuff to find out cpuinfo. It only works with Linux, you can use dmsg as follows:

Code:
dmesg | grep -i CPU
Or you can even try following command to find out CPU information under freebsd:
Code:
sysctl -a | grep -i CPU | less
__________________
Rocky Jr.
You may have my body & soul, but you will never touch my pride!

If you have knowledge, let others light their candles at it.

Certified to work on HP-UX / Sun Solaris / RedHat
Reply With Quote