Multiple choice technology

It possible to create new a file system in UNIX.

  1. True

  2. False

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

In UNIX, you can create new file systems using commands like mkfs, mkfs.ext4, or mkfs.xfs after partitioning a disk with fdisk or parted. This is a fundamental system administration task. The answer TRUE is correct.