2018-01-01 16:59:03 +08:00
|
|
|
# dmidecode
|
|
|
|
|
2018-01-02 16:53:54 +08:00
|
|
|
> Display the DMI (alternatively known as SMBIOS) table contents in a human-readable format.
|
|
|
|
> Requires root privileges.
|
2021-07-09 16:45:55 +02:00
|
|
|
> More information: <https://manned.org/dmidecode>.
|
2018-01-01 16:59:03 +08:00
|
|
|
|
|
|
|
- Show all DMI table contents:
|
|
|
|
|
|
|
|
`sudo dmidecode`
|
|
|
|
|
|
|
|
- Show the BIOS version:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`sudo dmidecode {{[-s|--string]}} bios-version`
|
2018-01-01 16:59:03 +08:00
|
|
|
|
2018-01-01 20:10:21 +08:00
|
|
|
- Show the system's serial number:
|
2018-01-01 16:59:03 +08:00
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`sudo dmidecode {{[-s|--string]}} system-serial-number`
|
2018-01-01 16:59:03 +08:00
|
|
|
|
2018-02-16 09:15:53 +05:30
|
|
|
- Show BIOS information:
|
2018-01-01 16:59:03 +08:00
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`sudo dmidecode {{[-t|--type]}} bios`
|
2018-01-01 16:59:03 +08:00
|
|
|
|
2018-02-16 09:15:53 +05:30
|
|
|
- Show CPU information:
|
2018-01-01 16:59:03 +08:00
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`sudo dmidecode {{[-t|--type]}} processor`
|
2018-02-16 09:15:53 +05:30
|
|
|
|
|
|
|
- Show memory information:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`sudo dmidecode {{[-t|--type]}} memory`
|