Linux Installation Process, Partitioning, and Dual-Booting Linux Quiz Part : 5
Question 1:
What does the /etc
directory typically contain?
A) User personal files
B) System configuration files
C) Temporary files
D) Bootloader configuration
Answer: B) System configuration files
Question 2:
Which option is used to perform a minimal installation of Linux?
A) Dual-boot
B) Live CD
C) Minimal installation
D) Custom partitioning
Answer: C) Minimal installation
Question 3:
What is the primary benefit of using the "Install alongside" option?
A) It completely erases the existing OS
B) It simplifies dual-booting with another OS
C) It installs Linux in a virtual machine
D) It performs a clean install
Answer: B) It simplifies dual-booting with another OS
Question 4:
Which partition type is required for Linux to boot on a UEFI system?
A) /swap
B) /home
C) /boot/efi
D) /var
Answer: C) /boot/efi
Question 5:
What is the role of /boot/grub/grub.cfg
in a Linux system?
A) It is a configuration file for GRUB bootloader
B) It stores user data
C) It contains kernel source code
D) It holds system logs
Answer: A) It is a configuration file for GRUB bootloader
Question 6:
Which of the following is necessary to enable dual-booting with Linux and Windows?
A) A USB drive
B) A virtual machine
C) Separate partitions for each OS
D) Disabling UEFI
Answer: C) Separate partitions for each OS
Question 7:
What is the purpose of the /opt
directory in a Linux system?
A) To store user configuration files
B) To store optional add-on application software packages
C) To house system logs
D) To store kernel modules
Answer: B) To store optional add-on application software packages
Question 8:
Which installation type is recommended if you want to keep an existing OS and also install Linux?
A) Clean install
B) Minimal installation
C) Dual-boot
D) Virtual machine
Answer: C) Dual-boot
Question 9:
What happens if you install Linux in UEFI mode without creating an EFI partition?
A) Linux will not boot
B) The system will boot, but with errors
C) Linux will install in legacy mode
D) The installation will fail
Answer: A) Linux will not boot
Question 10:
What is the advantage of using GPT over MBR for partitioning?
A) GPT is compatible with older BIOS systems
B) GPT supports more than four primary partitions
C) GPT only supports Linux file systems
D) GPT is faster than MBR
Answer: B) GPT supports more than four primary partitions
0 Comments