Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在没有 root 用户权限的情况下在 red-hat Linux 6 中编辑 iptables 的可能方法是什么?我们只能以 root 用户身份编辑或修改 iptables。在 redhat linux 6 Enterprise 中我们如何在没有 root 用户权限的情况下执行编辑操作。
以root身份登录并运行:
chmod u+s /path/to/iptables/command
您现在应该能够在没有 root 身份的情况下运行 iptables 命令。
请注意,这意味着所有用户现在都可以以 root 身份运行 iptables 命令。