Bird
0
0

What does the asterisk (*) symbol represent in a cron job schedule?

easy🧠 Conceptual Q1 of 15
Raspberry Pi - Automation and Scheduling
What does the asterisk (*) symbol represent in a cron job schedule?
AIt disables the cron job
BIt means the job runs at every possible value for that time field
CIt specifies the job runs only once
DIt comments out the cron job line
Step-by-Step Solution
Solution:
  1. Step 1: Understand the role of asterisk in cron syntax

    The asterisk (*) means "every" value for that time field, like every minute or every hour.
  2. Step 2: Apply this to cron job scheduling

    Using * in a field means the job runs for all values in that field, so it runs repeatedly at those times.
  3. Final Answer:

    It means the job runs at every possible value for that time field -> Option B
  4. Quick Check:

    Asterisk (*) = every value [OK]
Quick Trick: Asterisk means run at all times for that field [OK]
Common Mistakes:
MISTAKES
  • Thinking * disables the job
  • Confusing * with a comment
  • Assuming * means run once

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Raspberry Pi Quizzes