Which of the following options for the iptables command will delete all rules for all chains?

A. -D
B. -R
C. -F
D. -C


Answer: C

Computer Science & Information Technology

You might also like to view...

Assume that the function call operator() is overloaded for data type String in the usual sense of selecting a substring from a larger string. For a String object string1 with the character string "ABCDEFGHI", what string does string1( 4 , 2 ) return?

a. "EF" b. "EFGHI" c. "CDEF" d. "CD" ANS: a.

Computer Science & Information Technology

The preferred method for configuring applications and Windows 10 is to use the interfaces provided for that purpose.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Who is responsible for the management of the Internet root servers?

A. Internet Assigned Numbers Authority (IANA) B. Institute of Electrical and Electronics Engineers (IEEE) C. American Registry for Internet Numbers (ARIN) D. International Standards Organization (ISO)

Computer Science & Information Technology

The continue statement terminates a loop and continues with the first statement after the loop.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology