Linux Basic Practice Multiple Choice Questions – 22
106. Question: To temporarily save iptables rules, the command used is iptables-save > ____. Option 1: rules.txt Option 2: config.rules Option 3: iptables.conf Option 4: saved-rules Correct Answer: 1 Explanation: To temporarily save iptables rules, the command iptables-save > rules.txt is used. This command saves the current firewall rules to a file named “rules.txt” for … Read more