nerdexam
CompTIA

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…

System Management

Question

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 obtain this information?

Options

  • Aip show
  • Bifcfg -a
  • Cifcfg -s
  • Difname -s

How the community answered

(53 responses)
  • A
    2% (1)
  • B
    94% (50)
  • D
    4% (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

#network configuration#ifconfig command#static IP configuration#network information

Community Discussion

No community discussion yet for this question.

Full XK0-005 Practice