linux 查看服务器硬件信息

查看服务器硬件信息
# df -h
# cat /etc/redhat-release
# free -h
# cat /proc/cpuinfo |grep “cores”
# cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c

Leave a Comment