首页 > 系统 > CentOS > 正文

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

2020-07-08 12:53:43
字体:
来源:转载
供稿:网友

安装包命令查找:


复制代码
代码如下:
yum whatprovides */lspci

查看主板型号:


复制代码
代码如下:
dmidecode |grep -A16 "System Information$"

内存槽及内存条:


复制代码
代码如下:
dmidecode |grep -A16 "Memory Device$"

硬盘:


复制代码
代码如下:
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

网卡:


复制代码
代码如下:
mii-tool

scsi/raid卡:


复制代码
代码如下:
lspci

centos相关命令安装:


复制代码
代码如下:
yum -y install smartmontools</p><p>yum install pciutils -y

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表