Novell
050-720 · Question #324
You created a script (/root/bin/backup.sh) that backs up your files when executed. Using cron, you want to execute this script once every Saturday at 3:00 pm. Which line would you have to enter…
The correct answer is B. 0 15 * * 6 /root/bin/backup.sh. See the full explanation below for the reasoning.
Question
You created a script (/root/bin/backup.sh) that backs up your files when executed. Using cron, you want to execute this script once every Saturday at 3:00 pm. Which line would you have to enter after invoking crontab - e in a terminal window?
Options
- A15 0 * * 6 /root/bin/backup.sh
- B0 15 * * 6 /root/bin/backup.sh
- C0 15 * 6 * /root/bin/backup.sh
- D15 0 * * 6 root /root/bin/backup.sh
How the community answered
(45 responses)- A11% (5)
- B82% (37)
- C4% (2)
- D2% (1)
Community Discussion
No community discussion yet for this question.