【1.12】服务器安装 Linux 常用命令

查找大文件 find

find / -type f -size +200M

查看 内存情况

free -g
free -m

查看磁盘分区使用

df -lh

查看程序运行

top

端口占用

netstat -ap |grep 'mysql'
netstat -ap |grep 3306

webget

yum install wget

点波关注 系统搭建(docker)

你可能感兴趣的:(【1.12】服务器安装 Linux 常用命令)