1.下指令 啟動關閉(enable disable)
chkconfig "service-name" on
chkconfig "service-name" off
2.
ntsysv (要yum ntsysv才能用)
啟用服務
[ ] fail2ban--開發機先關閉
[*] crond
[*] httpd--Apache有安裝就會出現
[ ] iptables--開發機先關閉
[*] network
[ ] postfix--開發機先關閉
[*] rsyslog
[ ] snmpd 監控相關服務
[*] sshd
[*] sysstat
[*] udev-post
3. centos6 服務重啟指令
service 服務檔名 參數 status(狀態) start(啟動)、stop(關閉)、restart(重新啟動)
例 service iptables status (查看iptables狀態)
os6 os7指令不一樣
以httpd为例子:
以httpd为例子:
指令名称 | centos 6 | centos 7 |
---|---|---|
启动服务 | service httpd start | systemctl start httpd.service |
关闭服务 | service httpd stop | systemctl stop httpd.service |
重启服务 | service httpd restart | systemctl restart httpd.service |
查看服务状态 | service httpd status | systemctl status httpd.service |
设置服务开机启动 | chkconfig httpd on | systemctl enable httpd.service |
设置服务开机关闭 | chkconfig httpd off | systemctl disable httpd.service |
查看服务开机启动 | chkconfig –list | systemctl list-units –type=service |
沒有留言:
張貼留言