linux下查看bios命令,Linux系统查看BIOS信息命令

欢迎,来自IP地址为:123.145.25.232 的朋友

Linux系统如何使用命令查看BIOS信息呢,这多多少少都会困扰到用户。

其它,Linux系统查看主机BIOS信息是非常方便的,使用”dmidecode”命令就可以了。这个工具可以查看主机BIOS数据,在执行时需要以root权限登录。

在命令行输入如下命令:

// run as root user ##

# dmidecode | less

// or use sudo ##

$ sudo dmidecode | less

典型输出内容如下:

# dmidecode 3.1

Getting SMBIOS data from sysfs.

SMBIOS 2.4 present.

10 structures occupying 300 bytes.

Table at 0x000FD8D0.

Handle 0x0000, DMI type 0, 24 bytes

BIOS Information

Vendor: Bochs

Version: Bochs

Release Date: 01/01/2011

Address: 0xE8000

Runtime Size: 96 kB

ROM Size: 64 kB

Characteristics:

BIOS characteristics not supported

Targeted content distribution is supported

BIOS Revision: 1.0

Handle 0x0100, DMI type

你可能感兴趣的:(linux下查看bios命令)