nerdexam
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)
  • A
    3% (1)
  • B
    11% (4)
  • C
    82% (31)
  • D
    5% (2)

Community Discussion

No community discussion yet for this question.

Full XK0-001 Practice