display system SMBIOS hardware components

To know entire details of each piece of hardware on your computer?

here is the command. you have to run with root permissions.

bash#dmidecode -t x

replace x by

0 for BIOS
1 for system
2 for base board
3 for chassis
4 for processor
5 for memory controller
6 for memory module
7 for cache
8 for port connector
9 for system slots
10 for on board devices
11 for OEM strings
12 for system administration options

for more refer the manual page

No comments: