当前位置:   article > 正文

linux查看新硬件,linux查看硬件信息

linux 分配成功后,查看是否有新的硬件设备以及该硬件设备的分区情况。

1、 主板信息

查看主板的序列号  -------------------------------------------------- #使用命令dmidecode | grep -i 'serial number'#查看板卡信息cat /proc/pci --------------------------------------------------

2,、cpu信息

--------------------------------------------------#通过/proc文件系统1) cat /proc/cpuinfo#通过查看开机信息2) dmesg | grep -i 'cpu'#3)dmidecode -t processor--------------------------------------------------

3、 硬盘信息

--------------------------------------------------#查看分区情况fdisk -l#查看大小情况df -h#查看使用情况du -h#hdparm -I /dev/sda#dmesg | grep sda--------------------------------------------------

4、内存信息

--------------------------------------------------1) cat /proc/meminfo2) dmesg | grep mem3) free -m4) vmstat5) dmidecode | grep -i mem--------------------------------------------------

5、网卡信息

--------------------------------------------------1) dmesg | grep -i 'eth'2) cat /etc/sysconfig/hwconf | grep -i eth3) lspci | grep -i 'eth'--------------------------------------------------

6,、鼠标键盘和USB信息

查看键盘和鼠标:cat /proc/bus/input/devices查看USB设备:cat /proc/bus/usb/devices查看各设备的中断请求(IRQ):cat /proc/interrupts

7、 显卡信息

--------------------------------------------------1)lspci |grep -i 'VGA'2)dmesg | grep -i 'VGA'--------------------------------------------------

8、 声卡信息

--------------------------------------------------1)lspci |grep -i 'VGA'2)dmesg | grep -i 'VGA'--------------------------------------------------

7、 其他Linux硬件信息命令

.用硬件检测程序kuduz探测新硬件:service kudzu start ( or restart).dmesg (查看所有启动时检测到的硬件信息).lspci (显示外设信息, 如usb,网卡等信息).cat /etc/sysconfig/hwconf.mpstat

8、 需要手动安装的工具

lshw,hwinfo,hal-device-manager

以上是一些在字符下可以查看机器硬件信息的Linux硬件信息命令。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小蓝xlanll/article/detail/594947
推荐阅读
相关标签
  

闽ICP备14008679号