美文网首页
Centos 7 使用systemctl管理服务的常用命令

Centos 7 使用systemctl管理服务的常用命令

作者: HSHF | 来源:发表于2019-08-10 23:42 被阅读0次
systemctl start service  启动服务
systemctl restart service 重新启动服务
systemctl stop service 关闭服务
systemctl reload service 重新加载配置文件
systemctl status service 查看服务状态
systemctl enable service 开机自启动服务
systemctl disable service 开机不自启动服务
systemctl is-enabled service 查看服务是否自启动

相关文章

网友评论

      本文标题:Centos 7 使用systemctl管理服务的常用命令

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