Multiple choice technology operating systems

Which command is used to create a new file system in unix?

  1. mkfs

  2. create fs

  3. format fs

  4. Not possible

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

mkfs (make file system) is the standard Unix/Linux command to create a file system on a device or partition. Options B and C are not valid Unix commands for this purpose, and it is certainly possible to create file systems using mkfs.