The ________ file in Linux contains the default boot entry and settings for the bootloader.
- grub.cfg
- /etc/passwd
- init.d
- /var/log/messages
The "grub.cfg" file in Linux contains the default boot entry and settings for the bootloader. GRUB (Grand Unified Bootloader) is a commonly used bootloader in Linux systems, and its configuration is stored in this file. It determines which operating system and kernel to boot.
Loading...
Related Quiz
- Which command can be used to query DNS records, including MX, NS, and SOA records?
- The _________ command provides a snapshot of the current processes in the system.
- The iptables command that allows traffic only from a specific IP address, say 10.0.0.1, to a specific port, say 22, uses the ________ option.
- The ___________ distribution is known for its advanced package management system called "pacman."
- Which of the following is a valid way to declare a variable in Bash?