Multiple choice technology programming languages

How to mount a file system?

  1. fsck

  2. fsmount

  3. mount

  4. mountfs

Reveal answer Fill a bubble to check yourself
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.