| 4. |
What is the default action of the ifconfig command?
Please select the best answer.
|
| |
A.
|
Displays active interface configurations
|
| |
B.
|
Displays all interface configurations
|
| |
C.
|
Displays Ethernet-to-IP address mappings
|
| |
D.
|
Tests the connection between two interfaces
|
| |
The correct answer is A. Typing ifconfig (or /sbin/ifconfig) at the command prompt displays the interface configuration information
for all active interfaces.
B is incorrect because the -a option is necessary to display any inactive interfaces.
C is incorrect because displaying all interface configurations is the function of the arp command.
D is incorrect because you use ping to test connection stability.
|