How to display Linux hardware information in BIOS
Linux dmidecode command will display system’s hardware information as described in your system BIOS according to the SMBIOS/DMI standard.
Example
#dmidecode | grep -i prod
Category: Tips for linux
Linux dmidecode command will display system’s hardware information as described in your system BIOS according to the SMBIOS/DMI standard.
Example
#dmidecode | grep -i prod
Category: Tips for linux