1、启动服务 systemctl start 服务名
2、停止服务 systemctl stop 服务名
3、重启服务 systemctl restart 服务名
4、查看服务 systemctl status 服务名
5、开机自启 systemctl enable 服务名
6、停止自启 systemctl disable 服务名
7、查看服务是否为开机自启动
systemctl is-enabled 服务名
8、查看所有已启动的服务—空格翻页 Q退出
systemctl list-units --type service --all
9、查看启动失败的服务列表文章来源:https://www.toymoban.com/news/detail-547102.html
systemctl --failed文章来源地址https://www.toymoban.com/news/detail-547102.html
到了这里,关于【systemctl 常用命令】的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!