How to mount a file system?
-
fsck
-
fsmount
-
mount
-
mountfs
C
Correct answer
Explanation
The mount command attaches a file system to a directory tree, making it accessible. fsck checks file system consistency, fsmount and mountfs are not standard Unix commands. mount is the fundamental utility for mounting file systems.