今天总结一下在安全运维中对于硬件信息收集过程会用到的linux命令。
演示环境:CentOS 7
1.CentOS常用命令查看 CPU
[root@localhost ~]# more /proc/cpuinfo | grep "model name"
model name : Intel(R) Core(TM) i5-4210U CPU @ 1.70GHz
[root@localhost ~]#
2.CentOS常用命令查看内存
[root@localhost ~]# free -m
total used free shared buff/cache avai...