nerdexam
Novell

050-720 · Question #286

The /backup/snapshot was changed to the /backup/backup_monday.tgz archive. Which command will now write new or modified files below /home?

The correct answer is C. tar -cz -g /backup/snapshot -f /backup/backup_monday.tgz /home. See the full explanation below for the reasoning.

Question

The /backup/snapshot was changed to the /backup/backup_monday.tgz archive. Which command will now write new or modified files below /home?

Options

  • Atar -czf -g /backup/snapshot /backup/backup_monday.tgz /home
  • Btar -tz -g /backup/snapshot -f /backup/backup_monday.tgz /home
  • Ctar -cz -g /backup/snapshot -f /backup/backup_monday.tgz /home
  • Dtar -cz -newer /backup/snapshot -f /backup/backup_monday.tgz /home

How the community answered

(24 responses)
  • A
    8% (2)
  • B
    4% (1)
  • C
    75% (18)
  • D
    13% (3)

Community Discussion

No community discussion yet for this question.

Full 050-720 Practice