Multiple choice

Which of the following file system types is used to build a Linux file system on a device, usually a hard disk partition, and that returns exit code as 0 on success and 1 on failure?

  1. msdos

  2. bfs

  3. mkfs

  4. ufs

  5. s5

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

This type of file system is used to build a Linux file system on a device, usually a hard disk partition, and that returns exit code as 0 on success and 1 on failure.