102-500 · Question #150
Which of the following commands is used to restore files from backups made with dump?
The correct answer is C. restore. restore is the companion command to dump - they form a paired system for Unix/Linux filesystem backups, where dump archives data and restore retrieves it, making C the correct answer. Why the distractors are wrong: A. extract - not a standalone Unix backup utility; extract is a…
Question
Options
- Aextract
- Bcpio -d
- Crestore
- Dudump
How the community answered
(62 responses)- A5% (3)
- B15% (9)
- C71% (44)
- D10% (6)
Explanation
restore is the companion command to dump - they form a paired system for Unix/Linux filesystem backups, where dump archives data and restore retrieves it, making C the correct answer.
Why the distractors are wrong:
- A. extract - not a standalone Unix backup utility;
extractis a subcommand in some tools (liketar --extract) but has no relation todumpbackups. - B. cpio -d -
cpiois a separate archiving tool entirely;-dcreates directories during extraction, butcpiocannot readdumpformat archives. - D. udump - this doesn't exist as a standard command; it's a plausible-sounding distractor playing on the
dump/udumpconfusion (some systems havedumpvariants, butudumpis not a restore tool).
Memory tip: Think of it as a two-word pair - dump/restore - just like backup/recover. If dump puts data away, restore brings it back. The symmetry of the verb makes it easy to recall.
Topics
Community Discussion
No community discussion yet for this question.