Bird
0
0

You want to automate daily backups on a Linux server using a script. Which Linux feature helps you schedule this task to run automatically every day at 2 AM?

hard📝 Application Q15 of 15
Linux CLI - Linux Basics and Terminal
You want to automate daily backups on a Linux server using a script. Which Linux feature helps you schedule this task to run automatically every day at 2 AM?
Asystemctl start
Bcron jobs
Cls command
Dchmod permissions
Step-by-Step Solution
Solution:
  1. Step 1: Identify scheduling tools in Linux

    Cron is the standard Linux tool to schedule tasks to run automatically at set times.
  2. Step 2: Understand other options' purposes

    systemctl start runs services manually, ls lists files, chmod changes permissions, none schedule tasks.
  3. Final Answer:

    cron jobs -> Option B
  4. Quick Check:

    Automate daily tasks = cron jobs [OK]
Quick Trick: Use cron to schedule tasks automatically [OK]
Common Mistakes:
  • Confusing systemctl with scheduling
  • Thinking ls or chmod schedule tasks
  • Not knowing cron is for automation

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes