查linux 配置信息

cat /etc/redhat-release
ifconfig -a
cat /proc/cpuinfo| grep "physical id"| sort| uniq| wc -l
free -h
df -h

原文地址:https://www.cnblogs.com/levin180425/p/14006367.html