Bird
0
0

Why do people use cron to automate tasks on Linux systems?

easy📝 Conceptual Q11 of 15
Linux CLI - Cron and Scheduling
Why do people use cron to automate tasks on Linux systems?
ATo run tasks automatically at set times without manual effort
BTo speed up the computer's hardware components
CTo create graphical user interfaces for applications
DTo permanently delete files from the system
Step-by-Step Solution
Solution:
  1. Step 1: Understand the purpose of cron

    cron is a tool that schedules tasks to run automatically at specified times.
  2. Step 2: Identify the benefit of automation

    Automating tasks saves time and prevents forgetting to run important jobs manually.
  3. Final Answer:

    To run tasks automatically at set times without manual effort -> Option A
  4. Quick Check:

    Cron automates tasks = To run tasks automatically at set times without manual effort [OK]
Quick Trick: Cron runs tasks on schedule to save time and effort [OK]
Common Mistakes:
  • Thinking cron speeds up hardware
  • Confusing cron with GUI tools
  • Believing cron deletes files permanently

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes