dmidecode.md: add page

This commit is contained in:
Max Xu 2018-01-01 16:59:03 +08:00 committed by GitHub
parent f88a1894a5
commit a81a6fab33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
pages/linux/dmidecode.md Normal file
View File

@ -0,0 +1,23 @@
# dmidecode
> Display the DMI (some say SMBIOS) table contents in a human-readable format as root user.
- Show all DMI table contents:
`sudo dmidecode`
- Show the BIOS version:
`sudo dmidecode -s bios-version`
- Show the system serial number:
`sudo dmidecode system-serial-number`
- Show the whole BIOS information:
`sudo dmidecode -t bios`
- Show the whole system information:
`sudo dmidecode -t system`