Multiple choice linux

Which command creates a file system?

  1. fdisk

  2. crfs

  3. mkfs

  4. fs

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. While fdisk partitions disks, mkfs actually formats and creates the file system structure. This is the standard tool for file system creation in Linux.