To temporarily save iptables rules, one would use the command iptables-save > ________.
- rules.txt
- config.rules
- iptables.conf
- saved-rules
To temporarily save iptables rules, one would use the command iptables-save > **rules.txt**. This command saves the current firewall rules to a file called "rules.txt" for later use or backup.
Loading...
Related Quiz
- The primary configuration file for setting up static routes on a Linux system is ________.
- The sudo command reads configurations from _________ to determine user privileges.
- Which command can be used to list currently loaded kernel modules?
- The command used to resize the filesystem on a partition in Linux is _________.
- A system administrator wants to dynamically alter the kernel's behavior without rebooting. What feature of the Linux kernel allows for this?