nerdexam
Novell

050-720 · Question #105

You work as a Database Administrator for Net Perfect Inc. The company has a Linux-based network. You want to archive the files in the panda directory to floppy disk(s). You also want tar to prompt…

The correct answer is C. tar cvfM /dev/fd0 panda. See the full explanation below for the reasoning.

Question

You work as a Database Administrator for Net Perfect Inc. The company has a Linux-based network. You want to archive the files in the panda directory to floppy disk(s). You also want tar to prompt you to insert another floppy disk when one disk is full. Which of the following commands can you use to accomplish the task?

Options

  • Atar cvf /dev/fd0 panda
  • Btar xvf panda.tar
  • Ctar cvfM /dev/fd0 panda
  • Dtar tvf panda.tar

How the community answered

(21 responses)
  • A
    10% (2)
  • C
    86% (18)
  • D
    5% (1)

Community Discussion

No community discussion yet for this question.

Full 050-720 Practice