我还可以使用 init.d iptables stop 吗?
似乎 init.d 已被 systemd 取代。对吗?
iptables 是内核的一部分,不是服务。在基于 redhat 的系统上,它是一项服务,为什么?
我习惯于
int.d/service iptables stop
我可以把它拿回来吗?
答案1
事实上,我找到了答案
在 ubuntu 中,systemd 目前还没有被 ubuntu 使用(至少现在还没有),如果你愿意,你可以安装和使用 systemd,
现在 ubuntu 使用 UFW(iptables 未被删除)UFW 使用户能够更好地使用 iptables,易于添加规则。等等
init.d 仍然存在,并带有指向 upstart 的符号链接,例如:service apache2 restart 将正常工作
..
如果我的回答有任何错误,请随时纠正我
init.d(SysV) /upstart/systemd
此页面提供更多详细信息