Multiple choice technology operating systems

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 a filesystem to a directory tree, making it accessible. fsck is for filesystem checking, fsmount and mountfs are not standard Linux commands.