Linux Installation Process, Partitioning, and Dual-Booting Linux Quiz Part : 7
Question 1:
When performing a dual-boot installation with Windows, which partition type is necessary for UEFI systems?
A) /swap
B) /boot
C) EFI System Partition
D) /var
Answer: C) EFI System Partition
Question 2:
Which command can be used to check the partition table of a disk in Linux?
A) ls
B) df
C) parted
D) free
Answer: C) parted
Question 3:
What is the purpose of the /mnt
directory in Linux?
A) To store system configuration files
B) To provide a temporary mount point for filesystems
C) To store user profiles
D) To house system logs
Answer: B) To provide a temporary mount point for filesystems
Question 4:
Which Linux file system is known for supporting large files and volumes and is backward compatible with ext2 and ext3?
A) XFS
B) ext4
C) Btrfs
D) ZFS
Answer: B) ext4
Question 5:
Which directory in Linux contains the system-wide configuration files?
A) /var
B) /etc
C) /usr
D) /boot
Answer: B) /etc
Question 6:
What does the /lost+found
directory in Linux typically contain?
A) Corrupted or recovered files
B) User documents
C) System configuration files
D) Temporary files
Answer: A) Corrupted or recovered files
Question 7:
Which tool is often used to modify the partition table on Linux?
A) top
B) ls
C) fdisk
D) grep
Answer: C) fdisk
Question 8:
What is the purpose of the /opt
directory in Linux?
A) To store user-specific application settings
B) To store optional add-on software
C) To store bootloader configuration
D) To house the Linux kernel
Answer: B) To store optional add-on software
Question 9:
Which Linux command is used to display the mounted file systems?
A) mount
B) df
C) lsblk
D) ls
Answer: A) mount
Question 10:
Which of the following is NOT a valid Linux filesystem?
A) ext4
B) NTFS
C) HFS+
D) UDF
Answer: D) UDF
0 Comments