查看CPU信息(型号)
cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c8 Intel(R) Xeon(R) CPU E5410 @ 2.33GHz
cat /proc/cpuinfo | grep physical | uniq -c4 physical id : 0
getconf LONG_BIT32
cat /proc/cpuinfo | grep flags | grep ' lm ' | wc -l8
dmidecode | grep 'Processor Information'
cat /proc/meminfo
uname -aLinux euis1 2.6.9-55.ELsmp #1 SMP Fri Apr 20 17:03:35 EDT 2007 i686 i686 i386 GNU/Linux
cat /etc/issue | grep LinuxRed Hat Enterprise Linux AS release 4 (Nahant Update 5)
dmidecode | grep "Product Name"
dmesg | grep -i eth