First login in to the root account.
Then, you can run these commands:
% /usr/sbin/dmidecode -t baseboard
This will give details of the motherboard
% /usr/sbin/dmidecode -t processor
This will dump the information about the processor.
Other keywords which are available which can be used as options for ‘t’ are
- bios
- system
- chassis
- memory
- cache
- connector
- slot
$ cat /proc/cpuinfo
Hope this will be helpful.
No comments:
Post a Comment