asked 219k views
0 votes
After modifying the /etc/default/grub file, what command should be run to rebuild the grub config files?​

asked
User Delmin
by
8.3k points

1 Answer

1 vote
The GNU GRUB (or just GRUB) in Linux that stands for GRand Unified Bootloader is a boot loader package that supports multiple operating systems on a computer. During boot-up, the user can select the operating system to run. Once user is modifying the /etc/default/grub file, grub-mkconfig is the command should be run to rebuild the grub configured files.



answered
User Kas
by
8.2k points