Exam LFCS All QuestionsBrowse all questions from this exam
Question 99

How many fields are in a syntactically correct line of /etc/fstab?

    Correct Answer: D

    A syntactically correct line in /etc/fstab consists of six fields: Filesystem, Mount point, Type, Options, Dump, and Pass. These fields are used to specify important information regarding the mounting of filesystems on a Linux system, ensuring that they are mounted correctly at boot time.

Discussion
StribOption: D

The correct answer is D. There are 6 fields in a syntactically correct line of /etc/fstab. The fields in a /etc/fstab entry are as follows: Filesystem: This field specifies the device or partition that is being mounted. Mount point: This field indicates the directory where the filesystem will be mounted. Type: This field specifies the filesystem type (e.g., ext4, xfs, nfs, etc.). Options: This field includes various mount options for the filesystem, such as read-only, noauto, etc. Dump: This field is used by the dump command to determine whether a filesystem needs to be backed up. Pass: This field is used by the fsck command to determine the order of filesystem checks during boot.

Borbz

Correct. https://linuxconfig.org/how-fstab-works-introduction-to-the-etc-fstab-file-on-linux