Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question 29 1 pts on a linux - based system, what command can be used t…

Question

question 29 1 pts on a linux - based system, what command can be used to display tcp/ip information associated with every interface on the system? ifconfig -a ip show if status ip /all

Explanation:

Brief Explanations

In Linux, the ifconfig -a command displays TCP/IP information for all network interfaces. ip show is not the correct command for this purpose in standard Linux networking commands. if status is not a recognized Linux networking command for this task. ip /all is also an incorrect syntax for getting interface - related TCP/IP information.

Answer:

A. ifconfig -a