Multiple choice technology operating systems

which command is used to display the network interfaces in a linux system.

  1. ipconfig

  2. ifconfig

  3. netstat

  4. neat

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

ifconfig (interface configuration) displays information about active network interfaces, including IP addresses, MAC addresses, and network statistics. While newer systems use the 'ip' command, ifconfig remains widely known. Note that 'ipconfig' is the equivalent command in Windows systems.