Bird
0
0

What is the main benefit of using cron for recurring tasks instead of running commands manually?

easy📝 Conceptual Q2 of 15
Linux CLI - Cron and Scheduling
What is the main benefit of using cron for recurring tasks instead of running commands manually?
AIt ensures tasks run at precise times without forgetting
BIt makes tasks run slower but more securely
CIt requires less disk space than manual commands
DIt only works when the user is logged in
Step-by-Step Solution
Solution:
  1. Step 1: Consider manual vs automated task running

    Manual running depends on user memory and presence, which can cause missed tasks.
  2. Step 2: Understand cron's scheduling advantage

    Cron runs tasks exactly at scheduled times automatically, preventing missed or late runs.
  3. Final Answer:

    It ensures tasks run at precise times without forgetting -> Option A
  4. Quick Check:

    Precise scheduling = Runs tasks on time [OK]
Quick Trick: Cron prevents missed tasks by running them on schedule [OK]
Common Mistakes:
  • Assuming cron slows down tasks
  • Thinking cron depends on user login
  • Confusing disk space with scheduling

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes