Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question 19 10 points using linux to wipe the target drive, the command…

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

Explanation:

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 dd command 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.

Answer:

B. dd