CompTIA
XK0-006 · Question #159
A Linux administrator is concerned about corruption of the partition table and wants to make a backup. Which of the following should the administrator use?
The correct answer is D. dd. The dd command can create a sector-by-sector copy of a disk, including the partition table, making it suitable for backing up low-level disk structures.
System Management
Question
A Linux administrator is concerned about corruption of the partition table and wants to make a backup. Which of the following should the administrator use?
Options
- Acpio
- Bgzip
- Ctar
- Ddd
How the community answered
(29 responses)- A3% (1)
- B3% (1)
- C7% (2)
- D86% (25)
Explanation
The dd command can create a sector-by-sector copy of a disk, including the partition table, making it suitable for backing up low-level disk structures.
Topics
#partition table#dd command#disk backup#block device
Community Discussion
No community discussion yet for this question.