After a lot of write operations, the administrator want to ensure that the kernel flushes the file system buffers to disk. Which command will accomplish this? (Specify ONLY the command without any pat...
Which of the following are common Linux filesystem types used for root partitions? (Choose THREE correct answers.)
A. ext4
B. VFAT
C. NTFS
D. XFS
E. Btrfs
How can the label root be added to the ext2 filesystem on /dev/sda1?
A. relabel /dev/sda1 root
B. tune2fs -L root /dev/sda1
C. echo 'root' > /proc/fs/sda1/label
D. labelfs --device /dev/sda1 roo...
Which files are updated as devices are mounted and unmounted to provide information on the currently mounted devices and the options used? (Choose TWO correct answers.)
A. /proc/dtab
B. /etc/mtab...
Why is the root file system mounted read-only during boot and remounted with write permission later on?
A. Because if problems with the root file system are detected during the boot, fsck can be ru...