標(biāo)題: 如何查看linux系統(tǒng)的硬件信息 [打印本頁]

作者: rhcaxiu    時間: 2013-4-9 11:35
標(biāo)題: 如何查看linux系統(tǒng)的硬件信息
1、主板信息:
           主板序列:dmidecode | grep -i 'serial number'
           板卡信息:cat /proc/pci

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

3、硬盤信息:
         分區(qū):fdisk -l
         大小:df -h
         使用:du -h

4、內(nèi)存:
        cat /proc/meminfo

5、網(wǎng)卡:
        cat /etc/sysconfig/hwconf | grep -i eth

6、鼠標(biāo)鍵盤和usb
            鼠標(biāo)和鍵盤: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.torrancerestoration.com/bbs/) Powered by Discuz! X3.1