A Linux administrator needs to remove all local firewall rules on a Linux system. Which of the following commands should the administrator run?
The iptables -F command flushes all the firewall rules, effectively removing them from the system. This command clears out all existing rules from all chains (INPUT, OUTPUT, and FORWARD), leaving the system with no active iptables rules.
Currently there are no comments in this discussion, be the first to comment!