LPIC-1 Exam 101 (Linux Administrator) — Question 3
After modifying GNU GRUB's configuration file, which command must be run for the changes to take effect?
Answer options
- A. kill -HUP $(pidof grub)
- B. grub-install
- C. grub
- D. No action is required
Correct answer: D
Explanation
The correct answer is D because after modifying the GNU GRUB configuration file, the changes take effect automatically upon the next boot without needing to run any additional commands. Options A, B, and C suggest actions that are not necessary for applying configuration file changes.