CompTIACompTIA
XK0-005 · Question #885
XK0-005 Question #885: Real Exam Question with Answer & Explanation
Sign in or unlock XK0-005 to reveal the answer and full explanation for question #885. The question stem and answer options stay visible for context.
System Management
Question
A Linux administrator needs to schedule a system backup script /usr/local/bin/backup.sh to run every night at 1:30 a.m. Which of the following entries should the administrator add to system crontab to achieve the goal?
Options
- A1:30 * * * /usr/local/bin/backup.sh
- B1 30 * * * /usr/local/bin/backup.sh
- C30 1 * * * /usr/local/bin/backup.sh
- D* * * 1 30 /usr/local/bin/backup.sh
Unlock XK0-005 to see the answer
You've previewed enough free XK0-005 questions. Unlock XK0-005 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Cron#Job Scheduling#Linux Commands#System Administration