Which command would clone the contents of /dev/sda1 to /dev/sda2?

A) dd if=/dev/sda2 of=/dev/sda1
B. dd /dev/sda1 /dev/sda2
C. dd copy /dev/sda1 to /dev/sda2
D. dd if=/dev/sda1 of=/dev/sda2

D

Computer Science & Information Technology

You might also like to view...

Which statement is false?

a. A linked list is a linear collection of self-referential class objects called nodes connected by reference links. b. A linked list is appropriate when the number of data elements to be represented in the data structure is unpredictable. c. A linked list is a fixed-size data structure. d. By convention, the link reference in the last node of a list is set to null to mark the end of the list.

Computer Science & Information Technology

Which of the following is NOT a feature of the Windows NT security model?

A. file and folder protection B. user accounts and passwords C. all network data is encrypted D. support for domains

Computer Science & Information Technology