SUN
310-200 · Question #123
Sun 310-200 Exam You need to set up a cron job that will run the /usr/bin/banner command to display the message System Backups tonight in a console window at 5:00 P.M. each Thursday. Which is the…
The correct answer is D. 0 17 * * 4 /usr/bin/banner "System Backups tonight" > /dev/console. See the full explanation below for the reasoning.
Question
Sun 310-200 Exam You need to set up a cron job that will run the /usr/bin/banner command to display the message System Backups tonight in a console window at 5:00 P.M. each Thursday. Which is the correct cron table entry?
Options
- A0 5 * * 5 /usr/bin/banner "System Backups tonight" > /dev/console
- B0 5 * * 4 /usr/bin/banner "System Backups tonight" > /dev/console
- C0 17 * * 5 /usr/bin/banner "System Backups tonight" > /dev/console
- D0 17 * * 4 /usr/bin/banner "System Backups tonight" > /dev/console
How the community answered
(37 responses)- A5% (2)
- B3% (1)
- C14% (5)
- D78% (29)
Community Discussion
No community discussion yet for this question.