CompTIA
XK0-001 · Question #127
The administrator wants to use /sbin/special.sh to do a backup every Friday the 13th. What could be a solution?
The correct answer is C. Add "5 1 13 * 5 /sbin/special.sh " to his crontab. See the full explanation below for the reasoning.
Question
The administrator wants to use /sbin/special.sh to do a backup every Friday the 13th. What could be a solution?
Options
- ARun
- BRun
- CAdd "5 1 13 * 5 /sbin/special.sh " to his crontab
- DAdd "1 1 13 * * if [
date== "Frid" ]; then /sbin/special.sh fi " to his crontab
How the community answered
(38 responses)- A3% (1)
- B11% (4)
- C82% (31)
- D5% (2)
Community Discussion
No community discussion yet for this question.