Home » Cisco » 300-550 » Which Linux command provides output that is similar to the output in the exhibit?

Refer to the exhibit. Which Linux command provides output that is similar to the output in the exhibit?
A. cat/etc/hosts
B. tcpdump -a
C. ifconfig -av
D. netstat -an
Correct Answer: C
Explanation/Reference:
Explanation:
One of the most dearest commands to every linux admin is ‘ifconfig’.Linux ifconfig command provides a convenient way to view or modify the network settings of a network interface. Most of the time, ifconfig command is used to get the information about network interface configurations. However, ifconfig also reports many other useful information related to the status of network interface.
Reference:
http://blmrgnn.blogspot.com/2014/01/linux-ifconfig-command-output-explained.html
D
It’s netstat output ofcourse.