What does a 0 in the last field (fsck order) of /etc/fstab indicate about the filesystem?
A. The filesystem should be checked before filesystems with higher values.
B. The filesystem should be che...
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...