ubuntu 启动服务

前端之家收集整理的这篇文章主要介绍了ubuntu 启动服务前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

systemctl is-enabled servicename.service #查询服务是否开机启动 systemctl enable *.service #开机运行服务 systemctl disable *.service #取消开机运行 systemctl start *.service #启动服务 systemctl stop *.service #停止服务 systemctl restart *.service #重启服务 systemctl reload *.service #重新加载服务配置文件 systemctl status *.service #查询服务运行状态

原文链接:https://www.f2er.com/ubuntu/350355.html

猜你在找的Ubuntu相关文章