QUESTION IMAGE
Question
question 19
10 points
using linux to wipe the target drive, the command - line command would be __.
a cc
b dd
c nd
d md5sum
Brief Explanations
To determine the correct Linux command to wipe a target drive, we analyze each option:
- Option A (cc): Not a standard Linux command for drive wiping.
- Option B (dd): The
ddcommand in Linux is commonly used for low - level operations like overwriting (wiping) a drive by writing data (e.g., zeros or random data) to it. - Option C (nd): Not a recognized Linux command for drive wiping.
- Option D (md5sum): This command is used to calculate and verify MD5 hashes of files, not for wiping drives.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
B. dd