Multiple choice linux Which command creates a file system? fdisk crfs mkfs 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.