|
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)
|
|