1,外部探針probe
sudo apt-get install hwinfo
執行hwinfo獲取系統資訊 --short
2,系統命令dmidecode(硬體資訊) or dmesg(主要是開機資訊)
基於命令ubuntu 系統硬體資訊檢視
主機板資訊,序列號,產品名
dmesg | grep -i 'cpu'
dmidecode -t processor
硬碟(分割槽及使用情況du use df )
hdparm -i /dev/sda
dmesg | grep sda
cat /proc/meminfo
dmesg | grep mem
dmidecode | grep -i mem
dmesg | grep -i 'eth'
lspci | grep -i 'eth'
cat /proc/bus/input/devices
lspci |grep -i 'vga'
apt-get repo 倉庫中查詢是否存在指定的軟體包
我們根據上面apt-cache命名查詢一下這些軟體包
需要手動安裝的工具(用於探測硬體及系統資訊)
lshw,hwinfo,hal-device-manager
檢視硬體資訊
測試機器的硬體資訊 檢視cpu資訊 型號 cat proc cpuinfo grep name cut f2 d uniq c 8 intel r xeon r cpu e5410 2.33ghz 看到有8個邏輯cpu,也知道了cpu型號 cat proc cpuinfo grep physical...
Linux檢視硬體資訊
在linux環境開發驅動程式,首先要探測到新硬體,接下來就是開發驅動程式。常用命令整理如下 用硬體檢測程式kudzu探測新硬體 service kudzu start or restart 檢視cpu資訊 cat proc cpuinfo 檢視板卡資訊 cat proc pci 檢視pci資訊 ls...
CentOS檢視硬體資訊
1 centos 下檢視硬體資訊內容非常全面。centos常用命令檢視cpu more proc cpuinfo grep model name grep model name proc cpuinfo root localhost grep cpu proc cpuinfo model name ...