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)- A8% (2)
- B4% (1)
- C75% (18)
- D13% (3)
Community Discussion
No community discussion yet for this question.