美文网首页
【1.12】服务器安装 Linux 常用命令

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

作者: 王滕辉 | 来源:发表于2022-03-14 15:38 被阅读0次

    查找大文件 find

    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