dmidecode
Display the DMI (alternatively known as SMBIOS) table contents in a human-readable format. Requires root privileges. More information: <https://manned.org/dmidecode>.
Install
- All systems
-
curl cmd.cat/dmidecode.sh
- Debian
-
apt-get install dmidecode - Ubuntu
-
apt-get install dmidecode -
Alpine
-
apk add dmidecode - Arch Linux
-
pacman -S dmidecode - Kali Linux
-
apt-get install dmidecode - CentOS
-
yum install dmidecode - Fedora
-
dnf install dmidecode - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install dmidecode - Raspbian
-
apt-get install dmidecode - Docker
-
docker run cmd.cat/dmidecode dmidecodepowered by Commando
Display the DMI (alternatively known as SMBIOS) table contents in a human-readable format. Requires root privileges. More information: <https://manned.org/dmidecode>.
-
Show all DMI table contents:
sudo dmidecode -
Show the BIOS version:
sudo dmidecode -s bios-version -
Show the system's serial number:
sudo dmidecode -s system-serial-number -
Show BIOS information:
sudo dmidecode -t bios -
Show CPU information:
sudo dmidecode -t processor -
Show memory information:
sudo dmidecode -t memory
© tl;dr; authors and contributors