Multiple choice technology operating systems

Is it possible to create new a file system in UNIX?

  1. NO

  2. Yes

  3. Yes,'mkfs’ is used to create a new file system.

  4. NO, Cannot use ' mkfs’

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

In Unix/Linux operating systems, the mkfs (make filesystem) command is the standard system administration utility used to build and initialize a new filesystem on a specified partition.