Bird
0
0

What is a primary reason system administrators prefer cron for scheduling repetitive tasks on Linux?

easy📝 Conceptual Q1 of 15
Linux CLI - Cron and Scheduling
What is a primary reason system administrators prefer cron for scheduling repetitive tasks on Linux?
AIt provides a graphical interface for task scheduling
BIt allows tasks to run automatically at specified times without manual intervention
CIt requires no configuration files to set up tasks
DIt only runs tasks once and then disables itself
Step-by-Step Solution
Solution:
  1. Step 1: Understand cron's purpose

    Cron is designed to execute commands or scripts automatically at scheduled times.
  2. Step 2: Evaluate options

    It allows tasks to run automatically at specified times without manual intervention correctly states cron's ability to automate recurring tasks without manual input. Options B, C, and D are incorrect because cron does not provide a GUI, requires configuration files (crontab), and runs tasks repeatedly as scheduled.
  3. Final Answer:

    It allows tasks to run automatically at specified times without manual intervention -> Option B
  4. Quick Check:

    Automation without manual start [OK]
Quick Trick: Cron automates tasks by scheduling them to run automatically [OK]
Common Mistakes:
  • Thinking cron provides a graphical user interface
  • Believing cron runs tasks only once
  • Assuming cron requires no configuration

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes