
linux中查看机器硬件配置的方法
在linux下查看机器硬件配置的方法: 1、查看cpu型号 代码: more /proc/cpuinfo |baigrep -i model 2、显示有几块物理网卡 代码: lspci | grep Eth | wc -l 3、显示主板序列...
在linux下查看机器硬件配置的方法: 1、查看cpu型号 代码: more /proc/cpuinfo |baigrep -i model 2、显示有几块物理网卡 代码: lspci | grep Eth | wc -l 3、显示主板序列...