dmidecode
Display the DMI (alternatively known as SMBIOS) table contents in a human-readable format.
Requires root privileges.
- Show all DMI table contents:
sudo dmidecode
sudo dmidecode -s bios-version
- Show the system's serial number:
sudo dmidecode -s system-serial-number
sudo dmidecode -t bios
sudo dmidecode -t processor
sudo dmidecode -t memory
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).