Which action is performed by the fdisk utility on a Linux system?

Enhance your knowledge as a Computer Hacking Forensic Investigator with the CHFI v11 Test. Use flashcards and multiple-choice questions, complete with hints and detailed explanations, to prepare effectively and ace your exam!

Multiple Choice

Which action is performed by the fdisk utility on a Linux system?

Explanation:
fdisk is a partition editor. It directly edits the partition table on a disk, letting you create new partitions, delete them, change their type, or toggle boot flags. Creating partitions is the action fdisk is designed to perform, which is why it’s the correct choice. Note that installing or setting up a filesystem is a separate step done with a tool like mkfs, mounting a filesystem is done with mount (and fstab), and setting permissions affects files inside a mounted filesystem, not the partition table itself.

fdisk is a partition editor. It directly edits the partition table on a disk, letting you create new partitions, delete them, change their type, or toggle boot flags. Creating partitions is the action fdisk is designed to perform, which is why it’s the correct choice.

Note that installing or setting up a filesystem is a separate step done with a tool like mkfs, mounting a filesystem is done with mount (and fstab), and setting permissions affects files inside a mounted filesystem, not the partition table itself.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy