CompTIA Linux+ (XK0-005) — Question 89

A cloud engineer needs to check the link status of a network interface named eth1 in a Linux server. Which of the following commands can help to achieve the goal?

Answer options

Correct answer: D

Explanation

The correct answer is D, as 'ip link show eth1' provides detailed information about the link status of the specified network interface. The other options either do not exist or do not provide the necessary information regarding the link status of the interface.