标题: 如何查看linux系统的硬件信息 [打印本页]

作者: rhcaxiu    时间: 2013-4-9 11:35
标题: 如何查看linux系统的硬件信息
1、主板信息:
           主板序列:dmidecode | grep -i 'serial number'
           板卡信息:cat /proc/pci

2、cpu信息:
          cat /proc/cpuinfo
          dmesg | grep -i 'cpu'
          dmidecode -t processor

3、硬盘信息:
         分区:fdisk -l
         大小:df -h
         使用:du -h

4、内存:
        cat /proc/meminfo

5、网卡:
        cat /etc/sysconfig/hwconf | grep -i eth

6、鼠标键盘和usb
            鼠标和键盘:cat /proc/bus/input/devices
            usb :cat /proc/bus/usb/devices

7、显卡信息
       1)lspci |grep -i 'VGA'
  2)dmesg | grep -i 'VGA'

8、声卡信息
       1)lspci |grep -i 'VGA'
  2)dmesg | grep -i 'VGA'

探测新硬件:service kudzu start ( or restart)





欢迎光临 (http://www.51hei.com/bbs/) Powered by Discuz! X3.1