美文网首页
各服务状态查询

各服务状态查询

作者: wh17292 | 来源:发表于2021-04-01 13:55 被阅读0次
    nginx
    # 状态查询
    systemctl status nginx.service
    # 重启
    cd /usr/local/webserver/nginx/sbin
    ./nginx -s reload 
    
    redis
    # 状态查询
    systemctl status redis.service
    # 重启
    systemctl restart nginx.service 
    
    mongodb
    # 状态查询
    systemctl status mongodb.service
    # 重启
    /usr/local/webserver/mongodb/bin/mongod --config /usr/local/webserver/mongodb/bin/mongodb.conf
    
    node版本查询
    node -v
    

    相关文章

      网友评论

          本文标题:各服务状态查询

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