Linux MCQs – File systems
Multiple choice questions and answers (MCQs) on Linux focuses on “File systems” to prepare for exams, interviews, and certifications, such as Redhat exam, CompTIA exam, Ubuntu / SuSE certification, LPI certification exam. These MCQs will easily prepare anyone to pass their Linux test.
1. Which command is used to check file system usage?
A mount
B df
C du
D dd
2. Which file system has the ability to do logging?
A Ext2
B Ext4
C Isofs
D Procfs
[st_adsense]
3. The CDROM file system is _______
A Ext4
B Ext3
C Isofs
D Procfs
4. Which file system can be used to change some kernel parameters using the “sysctl” command?
A Sysfs
B Ext3
C Procfs
D Ext4
5. Which of the following options provides fast file system recovery?
A Ext2
B Sysfs
C Cache
D Logging
[st_adsense]
6. Which command is used to mount the file system as read-only?
A mount –a
B mount –v
C mount –f
D mount –r
7. ______ is a directory (which should exist) on which we mount the file system?
A Root
B Boot
C Mount point
D Partition
8. Which file contains the file systems to be mounted automatically at boot time?
A /etc/mount
B /etc/fstab
C /etc/inittab
D /etc/boot
9. The file’s attribute information is stored in which structure on the disk?
A Inode
B Data blocks
C File blocks
D Directory file
[st_adsense]
10. Binary or executable files are _____ ?
A Regular files
B Files of type devices
C Special files
D Directory files
[st_adsense]