首页 > 系统服务 > 详细

linux中service的问题

时间:2018-01-10 19:45:36      阅读:189      评论:0      收藏:0      [点我收藏+]

1.描述问题

技术分享图片

2.解决方案

技术分享图片

 

技术分享图片

systemctl stop firewalld
systemctl mask firewalld

Then, install the iptables-services package:

yum install iptables-services

Enable the service at boot-time:

systemctl enable iptables

Managing the service

systemctl [stop|start|restart] iptables

Saving your firewall rules can be done as follows:

service iptables save


参考:http://www.bubuko.com/infodetail-1954829.html
http://blog.csdn.net/song_csdn1550/article/details/51768671
http://blog.163.com/xavier_666/blog/static/25884000720163299503423/
http://blog.csdn.net/song_csdn1550/article/details/51768671

 

linux中service的问题

原文:https://www.cnblogs.com/wuheng1991/p/8260034.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!