Linux 查看服务器配置


//CPU
cat /proc/cpuinfo |grep processor;   

//内存
free -g;    

//硬盘
df -h;      

原文地址:https://www.cnblogs.com/ae6623/p/5901005.html