CompTIACompTIA
XK0-005 · Question #821
XK0-005 Question #821: Real Exam Question with Answer & Explanation
Sign in or unlock XK0-005 to reveal the answer and full explanation for question #821. The question stem and answer options stay visible for context.
System Management
Question
A systems administrator wants to ensure all the latest patches and updates are automatically synced to the local repository every two hours on Sundays through Tuesdays in the month of May. Which of the following cron entries can the administrator use to achieve this goal? (Select two.)
Options
- A0 */2 * 5 0-3 /root/update-from-remote-to-local.sh
- B0 0,2,4,6,8,10,12,14 * 5 0-2 /root/update-from-remote-to-local.sh
- C0 0,2,4,6,8,10,12,14 * 5 0-3 /root/update-from-remote-to-local.sh
- D0 0-23/2 * 5 0-3 /root/update-from-remote-to-local.sh
- E0 0-23/2 * 5 0-2 /root/update-from-remote-to-local.sh
- F0 */2 * 5 0-2 /root/update-from-remote-to-local.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#scheduling#system updates#automation