FUNDAMENTALS OF COMPUTER

COMPUTER THREATS SECURITY

WHAT IS A FIREWALL IN NETWORK SECURITY

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
This command clears firewall rules.
A
sudo iptables-c
B
sudo iptables-F
C
sudo iptables-x
D
sudo iptables-a
Explanation: 

Detailed explanation-1: -The-D argument used with iptables deletes a specific rule. The-F option removes all rules in the chain. Use one of the methods to delete rules based on specifications, chains, or numbers, or to flush the entire chain.

Detailed explanation-2: -To flush all chains, which will delete all of the firewall rules, you may use the-F, or the equivalent–flush, option by itself: sudo iptables-F.

Detailed explanation-3: -sudo : It stands for “super user do!” as a Linux system administrator or power user, it’s one of the most important commands. iptables : Is used to set up, maintain, and inspect the tables of IP packet filter rules in the Linux kernel.

There is 1 question to complete.