A Linux administrator needs to create an image named sda.img from the sda disk and store it in the /tmp directory. Which of the following commands should be used to accomplish this task?
The correct command is B: dd if=/dev/sda of=/tmp/sda.img.
The dd command is used to create an image of a disk or partition, and the syntax is as follows: dd if=input-file of=output-file. In this case, the input file is the sda disk /dev/sda and the output file is the image file in the /tmp directory /tmp/sda.img.
B is the only one that looks like the correct command syntax
upvoted 3 times
...
This section is not available anymore. Please use the main Exam Page.XK0-005 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
bongobo
9 months, 2 weeks agolinux_admin
1 year, 9 months agoCkl22
1 year, 10 months ago