CAS-005 · Question #164
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…
The correct answer is B. Cron E. Bash. 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
How the community answered
(63 responses)- A5% (3)
- B90% (57)
- C2% (1)
- D2% (1)
- F2% (1)
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.