Multiple choice technology operating systems

fdisk command is

  1. Used to create file systems

  2. Used to create harddisk partitions

  3. Used to create root file system alone

  4. None

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

fdisk is a partition management tool - it creates, deletes, and modifies disk partitions. Creating filesystems is done by mkfs or mkfs.* commands after partitioning. fdisk operates on partition tables, not filesystems themselves.