Wed. Jul 22nd, 2026

linux 查看服务器硬件信息

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

By kim

Leave a Reply