如何在Linux CentOS下查看硬件信息

来自YTYZX有图有真相的百科
111.20.158.2讨论2016年3月20日 (日) 17:54的版本 (创建页面,内容为“查看网卡信息 # dmesg | grep -i eth vi /etc/sysconfig/network-scripts/ifcfg-eth0 cd /proc目录下 然后根据你的需求察看不同的文件,可以看...”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航搜索

查看网卡信息

  1. dmesg | grep -i eth

vi /etc/sysconfig/network-scripts/ifcfg-eth0


cd /proc目录下 然后根据你的需求察看不同的文件,可以看到你要的东西

lspci | grep Ethernet 如没有lspci,需要先安装

dmesg |grep -i eth


[root@www.ctohome.com]# lspci | grep Ethernet

最直接最常用的命令: [root@www.ctohome.com]# free [root@www.ctohome.com]# cat /proc/cpuinfo

查看硬盘信息(查看硬盘型号和硬盘序列号):


[root@www.ctohome.com]# hdparm -i /dev/sda

[root@www.ctohome.com]# dmesg | grep ATA