Which command creates a file system?
-
fdisk
-
crfs
-
mkfs
-
fs
-
None of the above
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.