Multiple choice technology operating systems

Which command creates a file system?

  1. fdisk

  2. crfs

  3. mkfs

  4. fs

  5. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The 'mkfs' (make file system) command creates a file system on a device or partition. 'fdisk' is for partition management, not file system creation. 'crfs' is not a standard Unix/Linux command. 'fs' alone is not a complete command for file system creation.