<!--一个博主专栏付费入口结束-->
<link rel="stylesheet" href="https://csdnimg.cn/release/phoenix/template/css/ck_htmledit_views-4a3473df85.css">
<link rel="stylesheet" href="https://csdnimg.cn/release/phoenix/template/css/ck_htmledit_views-4a3473df85.css">
<div class="htmledit_views" id="content_views">
<div class="blogpost-body cnblogs-markdown"><p>查看 cpu信息:</p>
cat /proc/cpuinfo
查看内存信息:
grep MemTotal /proc/meminfo
查看操作系统信息:
uname -a
查看centos版本信息:
cat /etc/issue
查看磁盘使用情况:
df -h
查看其它磁盘外设信息:
fdisk -l
查看所有可用块设备的信息:
lsblk
查看所有硬件信息:
- dmidecode |more
- 或:dmesg |more
查看网卡信息:
ethtool eth0
转载于:https://www.cnblogs.com/aric2016/p/10971690.html