美文网首页
Linux系统查看、重启、某个服务

Linux系统查看、重启、某个服务

作者: xintop | 来源:发表于2020-10-16 10:32 被阅读0次

方式一:
sudo service xxxservername start 启动某个服务
sudo service xxxservername status 查看某个服务状态
sudo service xxxservername stop 停止某个服务

方式二:
systemctl start xxxservername 启动某个服务
systemctl status xxxservername 查看某个服务状态
systemctl stop xxxservername 停止某个服务
systemctl restart xxxservername 停止某个服务

相关文章

网友评论

      本文标题:Linux系统查看、重启、某个服务

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