Display BIOS and hardware information from the system firmware.
dmidecode reads data from the system's DMI (Desktop Management Interface) table to provide detailed information about hardware such as BIOS, system manufacturer, memory, and motherboard.
# Requires root sudo dmidecode # Show system information sudo dmidecode -t system
# Show BIOS info sudo dmidecode -t bios # Show memory info sudo dmidecode -t memory # Show processor info sudo dmidecode -t processor # Filter output sudo dmidecode | grep -i serial