Which option must be used with ifconfig, to also see interfaces that are down?

Which option must be used with ifconfig, to also see interfaces that are down?

Which option must be used with ifconfig, to also see interfaces that are down?

A.
-d

B.
-a

C.
–all

D.
–down

E.
None.



Leave a Reply 5

Your email address will not be published. Required fields are marked *


guillaume

guillaume

the answer should be -a instead of -d, non ?

guillaume

guillaume

the answer should be -a instead of -d, no ?

mr_tienvu

mr_tienvu

Yes,the correct answer should be B.

Ref:
If no arguments are given, ifconfig displays the status of the currently active interfaces. If a single interface argument is given, it displays the status of the given interface only; if a single -a argument is given, it displays the status of all interfaces, even those that are down. Otherwise, it configures an interface.

Fernando Guimaraes

Fernando Guimaraes

ifconfig -a is correct(Than alternative “B” is the correct answer)

ifconfig -d option not exists.

mr_tienvu

mr_tienvu

I agree with the answer.