XK0-005 · Question #1579
An administrator needs to get network information from a group of statically assigned workstations before they are reconnected to the network. Which of the following should the administrator use to…
The correct answer is B. ifcfg -a. 'ifcfg -a' (a reference to 'ifconfig -a') displays configuration information for all network interfaces on the system, including those that are down or not currently connected to a network. This makes it suitable for reading static IP assignments from offline workstations. 'ip…
Question
Options
- Aip show
- Bifcfg -a
- Cifcfg -s
- Difname -s
How the community answered
(53 responses)- A2% (1)
- B94% (50)
- D4% (2)
Explanation
'ifcfg -a' (a reference to 'ifconfig -a') displays configuration information for all network interfaces on the system, including those that are down or not currently connected to a network. This makes it suitable for reading static IP assignments from offline workstations. 'ip show' is not a valid command syntax (the correct form would be 'ip addr show' or 'ip link show'). 'ifcfg -s' (or 'ifconfig -s') shows a brief summary/statistics table rather than full interface details. 'ifname -s' is not a standard Linux networking command.
Topics
Community Discussion
No community discussion yet for this question.