LPIC-1 Exam 102 v5 (Linux Administrator) — Question 31
Which of the following changes may occur as a consequence of using the command ip? (Choose three.)
Answer options
- A. Network interfaces may become active or inactive.
- B. New name servers may be added to the resolver configuration.
- C. The system's host name may change.
- D. IP addresses may change.
- E. The routing table may change.
Correct answer: A, D, E
Explanation
The command ip is primarily used for network management, and it can activate or deactivate network interfaces (A), modify IP addresses (D), and update the routing table (E). However, it does not directly affect the resolver configuration or change the system's host name, which is why options B and C are incorrect.