nerdexam
CompTIA

XK0-005 · Question #569

A Linux administrator created a new file system. Which of the following files must be updated to ensure the filesystem mounts at boot time?

The correct answer is C. /etc/fstab. The file that must be updated to ensure the filesystem mounts at boot time is /etc/fstab. This file contains information about the filesystems that are mounted automatically by the mount -a command, which is usually invoked during the system startup. The /etc/fstab file has six…

System Management

Question

A Linux administrator created a new file system. Which of the following files must be updated to ensure the filesystem mounts at boot time?

Options

  • A/etc/sysctl
  • B/etc/filesystems
  • C/etc/fstab
  • D/etc/nfsmount.conf

How the community answered

(35 responses)
  • A
    6% (2)
  • B
    3% (1)
  • C
    89% (31)
  • D
    3% (1)

Explanation

The file that must be updated to ensure the filesystem mounts at boot time is /etc/fstab. This file contains information about the filesystems that are mounted automatically by the mount -a command, which is usually invoked during the system startup. The /etc/fstab file has six fields for each filesystem: device name, mount point, filesystem type, mount options, dump frequency, and pass number. To add a new filesystem to the /etc/fstab file, you need to specify these fields correctly and make sure the mount point directory exists.

Topics

#Filesystem management#Boot configuration#fstab#Linux administration

Community Discussion

No community discussion yet for this question.

Full XK0-005 Practice