久久青草精品A片狠狠,日韩欧美视频一区二区,亚洲国码AV日韩,国产精品黄在

如何使用centos7.X中的systemctl命令

2016-12-17 17:06:43 7507

1.查看centos版本:

#cat /etc/redhat-release

blob.png

2.我們對(duì)servicechkconfig兩個(gè)命令都不陌生,systemctl 是管制服務(wù)的主要工具, 它整合了chkconfig service功能于一體。

blob.png

systemctl is-enabled iptables.service

systemctl is-enabled servicename.service  #查詢服務(wù)是否開(kāi)機(jī)啟動(dòng)

systemctl enable *.service  #開(kāi)機(jī)運(yùn)行服?

systemctl disable *.service  #取消開(kāi)機(jī)運(yùn)行

systemctl start *.service  #啟動(dòng)服務(wù)

systemctl stop *.service  #停止服務(wù)

systemctl restart *.service  #重啟服務(wù)

systemctl reload *.service  #重新加載服務(wù)配置文件

systemctl status *.service  #查詢服務(wù)運(yùn)行狀態(tài)

systemctl failed  #顯示啟動(dòng)失敗的服務(wù)


提交成功!非常感謝您的反饋,我們會(huì)繼續(xù)努力做到更好!

這條文檔是否有幫助解決問(wèn)題?

非常抱歉未能幫助到您。為了給您提供更好的服務(wù),我們很需要您進(jìn)一步的反饋信息:

在文檔使用中是否遇到以下問(wèn)題: