我开始使用RHEL7,并了解一些有关systemd的更改。
有没有一种方法可以/sbin/service iptables save
在firewalld中执行?
$ /sbin/service iptables save
The service command supports only basic LSB actions (start, stop, restart, try-restart, reload, force-reload, status). For other actions, please try to use systemctl.
我可以从文档中找到最接近的并行度是--reload
:
Reload the firewall without loosing state information:
$ firewall-cmd --reload
但是它没有明确说明是否保存。