查找大文件 find
find / -type f -size +200M
查看 内存情况
free -g
free -m
查看磁盘分区使用
df -lh
查看程序运行
top
端口占用
netstat -ap |grep 'mysql'
netstat -ap |grep 3306
点波关注 系统搭建(docker)
find / -type f -size +200M
free -g
free -m
df -lh
top
netstat -ap |grep 'mysql'
netstat -ap |grep 3306
点波关注 系统搭建(docker)
本文标题:【1.12】服务器安装 Linux 常用命令
本文链接:https://www.haomeiwen.com/subject/bpvblrtx.html
网友评论