> 
> How do I know what type of CPU (Model, Mhz, etc...) do I have
> without rebooting my FreeBSD box? Is there any command to show
> this kind of information?
> Thank you.

Well,  sysctl(8) will tell you a lot of stuff.
  sysctl -a -e | more
or 
  sysctl -a -e | grep hw
or name a more specific variable on the sysctl call.
auch as
  sysctl hw.model

////jerry

> 
> -- 
> Best regards,
>  flux                          mailto:[EMAIL PROTECTED]
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to