Computer Hacking Forensic Investigator (CHFI v10) — Question 190

What will the following command accomplish in Linux?
fdisk /dev/hda

Answer options

Correct answer: A

Explanation

The command fdisk /dev/hda is used to manipulate disk partitions on the specified hard drive. It does not format the drive, delete files, or fill it with zeros, making option A the correct choice.