Many friends who play Linux are installed after installing FreeBSD, the first reaction is when they need to view the hardware configuration.
LSPCI
Or directly CAT / Proc / CPUInfo view the CPU.
It can be found to "LSPCI: Command Not Found"
Oh, didn't you?
In fact, use the following command
Less /var/run/dmesg.boot
Yes.
Figure 1, Less /var/run/dmesg.boot
In fact, / var / run / dmesg.boot, just a snapshot established when Dmesg is started, or you can use the dmesg command to view relevant information.
Figure 2, Man Dmesg (1)
Figure 3, Man Dmesg (2)