美文网首页
systemctl 常用命令

systemctl 常用命令

作者: 瓢鳍小虾虎 | 来源:发表于2020-06-26 18:07 被阅读0次

启动服务:

systemctl start nfs-server.service

停止服务:

systemctl stop firewalld.service  

重启服务:

systemctl restart nfs-server.service

设置开机自启:

systemctl enable nfs-server.service

停止开机自启:

systemctl disable nfs-server.service

相关文章

网友评论

      本文标题:systemctl 常用命令

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