How to mount a file system?
-
fsck
-
fsmount
-
mount
-
mountfs
C
Correct answer
Explanation
The mount command is used to attach file systems to the directory tree in Unix/Linux. fsck is for file system checking and repair, not mounting. fsmount and mountfs are not standard Unix/Linux commands.