skip to content
天真笔录

Centos 指令学习

/ 1 min read

查看系统信息

# 查看 centos 版本
hostnamectl
cat /etc/centos-release

内存占用

# 使用top命令,M 进行排序,c 显示完整命令行参数参数
top

磁盘占用

df -h