CAS-005 · Question #164
CAS-005 Question #164: Real Exam Question with Answer & Explanation
The correct answer is B: Cron. Cron is a built-in UNIX tool for scheduling tasks to run automatically at specified times. Bash is the default command-line shell in UNIX systems, allowing engineers to write and execute scripts to automate tasks.
Question
An engineer wants to automate several tasks by running commands daily on a UNIX server. The engineer only has built-in default tools available. Which of the following should the engineer use to best assist with this endeavor? (Choose two.)
Options
- APython
- BCron
- CAnsible
- DPowerShell
- EBash
- FTask Scheduler
Explanation
Cron is a built-in UNIX tool for scheduling tasks to run automatically at specified times. Bash is the default command-line shell in UNIX systems, allowing engineers to write and execute scripts to automate tasks.
Community Discussion
No community discussion yet for this question.