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

Prepare for the Computer Hacking Forensic Investigator v11 exam. Study with flashcards and multiple choice questions. Each question includes hints and explanations. Get exam-ready efficiently!

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 Passetra

You can unsubscribe at any time. Read our privacy policy