LPI Exam Questions

After modifying GRUB’s configuration file, what command should you run for the changes to take

After modifying GRUB’s configuration file, what command should you run for the changes to take effect?

A.
kill HUP `pidof grub`

B.
grubinstall

C.
grub

D.
no action is required

Explanation:
???if you edit grub.conf you need to run grub-update, if you edit the grub configuration files directly no action is required.