XK0-005 · Question #1564
XK0-005 Question #1564: Real Exam Question with Answer & Explanation
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 f
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
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
Community Discussion
No community discussion yet for this question.