Difference between revisions of "How to retrieve product information from within Windows / Linux"

From fit-PC wiki
Jump to: navigation, search
(Created page with "== Windows == == Linux == Get to the terminal and run following commands: 1. motherboard DMI strings: $ sudo cat /sys/class/dmi/id/board_serial $ sudo cat /sys/cla...")   (change visibility)
 
(Linux)   (change visibility)
Line 5: Line 5:
 
Get to the terminal and run following commands:
 
Get to the terminal and run following commands:
  
1. motherboard DMI strings:
+
1. Motherboard DMI strings:
  
 
     $ sudo cat /sys/class/dmi/id/board_serial
 
     $ sudo cat /sys/class/dmi/id/board_serial
Line 11: Line 11:
  
  
2. product DMI strings:
+
2. Product DMI strings:
  
 
     $ sudo cat /sys/class/dmi/id/product_name
 
     $ sudo cat /sys/class/dmi/id/product_name

Revision as of 08:07, 17 September 2018

Windows

Linux

Get to the terminal and run following commands:

1. Motherboard DMI strings:

   $ sudo cat /sys/class/dmi/id/board_serial
   $ sudo cat /sys/class/dmi/id/board_version


2. Product DMI strings:

   $ sudo cat /sys/class/dmi/id/product_name
   $ sudo cat /sys/class/dmi/id/product_serial
   $ sudo cat /sys/class/dmi/id/product_uuid


3. BIOS info DMI strings:

   $ cat /sys/class/dmi/id/bios_*