查看完整版本: Linux 下查詢硬體規格

danny 2009-11-27 10:14

Linux 下查詢硬體規格

在Linux 下查詢硬體規格,除了看/var/log/dmessage 外
還可以輸入指令模式看整部伺服器的硬體規格
語法如下[code]dmidecode|more[/code]執行後會出現類似下面的訊息,此時你就可以很詳細看到伺服器的規格[code]# dmidecode 2.7
SMBIOS 2.5 present.
60 structures occupying 2210 bytes.
Table at 0x000F06C0.

Handle 0x0000, DMI type 0, 24 bytes.
BIOS Information
        Vendor: American Megatrends Inc.
        Version: 0603
        Release Date: 02/29/2008
        Address: 0xF0000
        Runtime Size: 64 kB
        ROM Size: 1024 kB
        Characteristics:
                ISA is supported
                PCI is supported
                PNP is supported
                APM is supported
                BIOS is upgradeable
                BIOS shadowing is allowed
                ESCD support is available
                Boot from CD is supported
                Selectable boot is supported
                BIOS ROM is socketed
                EDD is supported
                5.25"/1.2 MB floppy services are supported (int 13h)
                3.5"/720 KB floppy services are supported (int 13h)
                3.5"/2.88 MB floppy services are supported (int 13h)
                Print 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 supported
                USB legacy is supported
                LS-120 boot is supported
                ATAPI Zip drive boot is supported
                BIOS boot specification is supported
                Targeted content distribution is supported
        BIOS Revision: 8.12

Handle 0x0001, DMI type 1, 27 bytes.
System Information
        Manufacturer: System manufacturer[/code]
頁: [1]
查看完整版本: Linux 下查詢硬體規格