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…
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)- A6% (2)
- B3% (1)
- C89% (31)
- D3% (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
Community Discussion
No community discussion yet for this question.