Computer Hacking Forensic Investigator (CHFI v10) — Question 190
What will the following command accomplish in Linux?
fdisk /dev/hda
Answer options
- A. Partition the hard drive
- B. Format the hard drive
- C. Delete all files under the /dev/hda folder
- D. Fill the disk with zeros
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.