snippetbashTip
dmidecode — Display the DMI (alternatively known as SMBIOS) table contents in a human-readable format. See also:
Viewed 0 times
thecommandcliknowndmidecodealternativelydisplaydmi
linux
Problem
How to use the
dmidecode command: Display the DMI (alternatively known as SMBIOS) table contents in a human-readable format. See also: inxi, lshw, hwinfo. More information: <https://manned.org/dmidecode>.Solution
dmidecode — Display the DMI (alternatively known as SMBIOS) table contents in a human-readable format. See also: inxi, lshw, hwinfo. More information: <https://manned.org/dmidecode>.Show all DMI table contents:
sudo dmidecodeShow the BIOS version:
sudo dmidecode {{[-s|--string]}} bios-versionShow the system's serial number:
sudo dmidecode {{[-s|--string]}} system-serial-numberShow BIOS information:
sudo dmidecode {{[-t|--type]}} biosShow CPU information:
sudo dmidecode {{[-t|--type]}} processorShow memory information:
sudo dmidecode {{[-t|--type]}} memoryCode Snippets
Show all DMI table contents
sudo dmidecodeShow the BIOS version
sudo dmidecode {{[-s|--string]}} bios-versionShow the system's serial number
sudo dmidecode {{[-s|--string]}} system-serial-numberShow BIOS information
sudo dmidecode {{[-t|--type]}} biosShow CPU information
sudo dmidecode {{[-t|--type]}} processorContext
tldr-pages: linux/dmidecode
Revisions (0)
No revisions yet.