美文网首页
centos维护

centos维护

作者: 778878net | 来源:发表于2018-03-30 11:16 被阅读0次

    找大文件 du -hm --max-depth=2 | sort -nr | head -12

    du -sh *

    cd /opt/nginx/logs

    重启tengine:

    systemctl stop tengine

    systemctl start tengine

    查找某进程:

    ps -aux|grep python

    相关文章

      网友评论

          本文标题:centos维护

          本文链接:https://www.haomeiwen.com/subject/vwnbcftx.html