欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

CentOS下查看硬件信息的命令整理

moon's blog   發(fā)布時(shí)間:2015-06-26 15:48:23   作者:佚名   我要評論
這篇文章主要介紹了CentOS下查看硬件信息的命令整理,以及相關(guān)安裝命令的查詢方法,需要的朋友可以參考下

安裝包命令查找:


復(fù)制代碼
代碼如下:
yum whatprovides */lspci

查看主板型號:


復(fù)制代碼
代碼如下:
dmidecode |grep -A16 "System Information$"

內(nèi)存槽及內(nèi)存條:


復(fù)制代碼
代碼如下:
dmidecode |grep -A16 "Memory Device$"

硬盤:


復(fù)制代碼
代碼如下:
fdisk -l</p> <p>smartctl -a /dev/sda</p> <p>HP SmartArray (cciss) hardware RAID controllers:</p> <p>smartctl -d cciss,0 -a /dev/cciss/c0d0

網(wǎng)卡:


復(fù)制代碼
代碼如下:
mii-tool

scsi/raid卡:


復(fù)制代碼
代碼如下:
lspci

centos相關(guān)命令安裝:


復(fù)制代碼
代碼如下:
yum -y install smartmontools</p> <p>yum install pciutils -y

相關(guān)文章

最新評論