312-49 · Question #401
What is the name of the standard Linux command that can be used to create bit-stream images?
The correct answer is D. dd. 'dd' (disk dump / data duplicator) is a native Unix/Linux utility that performs low-level, sector-by-sector copying of storage media, producing a forensic bit-stream image that includes every byte - including deleted files and slack space. 'mcopy' (A) is an mtools command for cop
Question
What is the name of the standard Linux command that can be used to create bit-stream images?
Options
- Amcopy
- Bimage
- CMD5
- Ddd
How the community answered
(26 responses)- A4% (1)
- B4% (1)
- D92% (24)
Explanation
'dd' (disk dump / data duplicator) is a native Unix/Linux utility that performs low-level, sector-by-sector copying of storage media, producing a forensic bit-stream image that includes every byte - including deleted files and slack space. 'mcopy' (A) is an mtools command for copying to/from FAT-formatted media. 'image' (B) is not a standard Linux utility. 'MD5' (C) is a hashing algorithm used to verify image integrity, not to create the image.
Topics
Community Discussion
No community discussion yet for this question.