标签:
# cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c 8 Intel(R) Xeon(R) CPU E5410 @ 2.33GHz
# cat /proc/cpuinfo | grep physical | uniq -c 4 physical id : 0 4 physical id : 1
# getconf LONG_BIT 32
# cat /proc/cpuinfo | grep flags | grep ‘ lm ‘ | wc -l 8
# dmidecode | grep ‘Processor Information‘
# uname -a Linux 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 Linux Red Hat Enterprise Linux AS release 4 (Nahant Update 5)
# dmidecode | grep "Product Name"
# dmesg | grep -i eth
标签:
原文地址:http://www.cnblogs.com/zhuangliu/p/5687181.html