Bird
0
0

On a Raspberry Pi, which command opens the current user's cron table for editing scheduled jobs?

easy🧠 Conceptual Q2 of 15
Raspberry Pi - Data Logging and Databases
On a Raspberry Pi, which command opens the current user's cron table for editing scheduled jobs?
Acronconfig
Bcronedit
Ceditcron
Dcrontab -e
Step-by-Step Solution
Solution:
  1. Step 1: Identify the command to edit cron jobs

    The standard command to edit a user's cron jobs is crontab -e.
  2. Step 2: Verify other options

    Other options like cronedit, editcron, and cronconfig are not valid commands.
  3. Final Answer:

    crontab -e -> Option D
  4. Quick Check:

    Use crontab -e to edit cron jobs [OK]
Quick Trick: Use 'crontab -e' to edit user cron jobs [OK]
Common Mistakes:
MISTAKES
  • Trying non-existent commands
  • Editing system files directly
  • Confusing cron config files with crontab

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Raspberry Pi Quizzes