Bird
0
0

Which information does the ifconfig command primarily provide about network interfaces in Linux?

easy📝 Conceptual Q1 of 15
Linux CLI - Networking Commands
Which information does the ifconfig command primarily provide about network interfaces in Linux?
ASystem uptime and load averages
BList of all routing table entries
CCurrent DNS server settings
DIP address, MAC address, and interface status
Step-by-Step Solution
Solution:
  1. Step 1: Understand ifconfig output

    The ifconfig command shows network interface details including IP address, MAC address, and whether the interface is up or down.
  2. Step 2: Eliminate unrelated options

    Routing tables are shown by route or ip route, DNS settings by resolv.conf, and uptime by uptime.
  3. Final Answer:

    IP address, MAC address, and interface status -> Option D
  4. Quick Check:

    Check ifconfig output for interface details [OK]
Quick Trick: ifconfig shows IP, MAC, and status [OK]
Common Mistakes:
  • Confusing ifconfig with routing commands
  • Assuming ifconfig shows DNS or uptime info

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes