nerdexam
Novell

050-720 · Question #141

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 tvf panda.tar
  • Btar xvf panda.tar
  • Ctar cvfM /dev/fd0 panda
  • Dtar cvf /dev/fd0 panda

How the community answered

(31 responses)
  • A
    3% (1)
  • B
    19% (6)
  • C
    71% (22)
  • D
    6% (2)

Community Discussion

No community discussion yet for this question.

Full 050-720 Practice