linux查看电脑配置命令大全 linux查看电脑配置命令大全( 三 )

可以看到U盘为Kingston 。
9. 查看bios信息root@ubuntu:/home/peng# dmidecode -t bios# dmidecode 3.0Getting SMBIOS data from sysfs.SMBIOS 2.7 present.Handle 0x0000, DMI type 0, 24 bytesBIOS Information Vendor: Phoenix Technologies LTD Version: 6.00 Release Date: 07/29/2019 Address: 0xEA480 Runtime Size: 88960 bytes ROM Size: 64 kB Characteristics:ISA is supportedPCI is supportedPC Card (PCMCIA) is supportedPNP is supportedAPM is supportedBIOS is upgradeableBIOS shadowing is allowedESCD support is availableBoot from CD is supportedSelectable boot is supportedEDD is supportedPrint screen service is supported (int 5h)8042 keyboard services are supported (int 9h)Serial services are supported (int 14h)Printer services are supported (int 17h)CGA/mono video services are supported (int 10h)ACPI is supportedSmart battery is supportedBIOS boot specification is supportedFunction key-initiated network boot is supportedTargeted content distribution is supported BIOS Revision: 4.6 Firmware Revision: 0.0dmidecode以一种可读的方式dump出机器的DMI(Desktop Management Interface)信息 。这些信息包括了硬件以及BIOS,既可以得到当前的配置,也可以得到系统支持的最大配置,比如说支持的最大内存数等 。
如果要查看所有有用的信息
dmidecode -q【linux查看电脑配置命令大全 linux查看电脑配置命令大全】里面包含了很多硬件信息 。