Multiple choice technology programming languages

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 disk partition management utility in Unix/Linux systems that creates, deletes, and manipulates partitions on hard disks. It works at the partition level, not the file system level - file systems are created by mkfs or similar tools after partitioning.