CompTIACompTIA
XK0-005 · Question #1650
XK0-005 Question #1650: Real Exam Question with Answer & Explanation
Sign in or unlock XK0-005 to reveal the answer and full explanation for question #1650. The question stem and answer options stay visible for context.
System Management
Question
A Linux administrator is configuring crontab and needs to schedule a task to run only on Saturday and Sunday at 9:00 a.m. every week of the year. Which of the following should the administrator use?
Options
- A0 9 * * 1-5 root /root/script.sh
- B0 9 1 */3 * root /root/script.sh
- C0 9 * * 6,0 root /root/script.sh
- D0 9 1 * * root /root/script.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
#crontab#scheduling tasks#cron syntax#Linux administration