Which command is used to format and create file systems on Linux?
Explanation
The mkfs command is utilized to create and format file systems on Linux. While fdisk and parted are used for disk partitioning, fsck checks and repairs file system integrity, and mount is used to attach file systems to the directory tree.