Exam LFCS All QuestionsBrowse all questions from this exam
Question 20

Which of the following options is used in a GRUB Legacy configuration file to define the amount of time that the GRUB menu will be shown to the user?

    Correct Answer: C

    The timeout option is used in a GRUB Legacy configuration file to define the amount of time, in seconds, that the GRUB menu will be displayed to the user before automatically booting the default entry.

Discussion
BuruguduystunstugudunstuyOption: C

Option C. timeout is the option that is used in a GRUB Legacy configuration file to define the amount of time that the GRUB menu will be shown to the user. GRUB Legacy is a bootloader that is used to boot Linux and other operating systems. It reads its configuration from the /boot/grub/grub.conf file and uses it to create a menu that allows the user to select an operating system or boot option. The timeout option is used to define the amount of time that the GRUB menu will be shown to the user, in seconds. If the user does not make a selection within the specified time, the default boot entry will boot automatically. For example: timeout 5 This sets the timeout to 5 seconds, which means that the GRUB menu will be shown for 5 seconds before the default boot entry is automatically booted.

Buruguduystunstugudunstuy

Option A: The hidemenu option does not define the amount of time that the GRUB menu will be shown. It hides the menu and boots the default entry immediately. Option B: The splash option does not define the amount of time that the GRUB menu will be shown. It displays a splash image on the screen instead of the menu. Option D: The showmenu option does not define the amount of time that the GRUB menu will be shown. It shows the menu even if the timeout has expired.