Multiple choice technology operating systems fdisk command is Used to create file systems Used to create harddisk partitions Used to create root file system alone 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.