Processes & Services
Cron Fixer
150 pts
0 solves
medium
hands-on
A backup script at `~/backup.sh` exists but is broken: it is not executable
and has no cron schedule.
Your mission:
- Make `~/backup.sh` **executable**
- Add a **crontab entry** that runs it every 5 minutes (`*/5 * * * *`)
- Run it **once manually** to create an initial backup
*Hint: `chmod +x`, then `crontab -e` to edit the schedule.*
Ready to solve this?
Create a free account to launch containers, submit answers, and track your progress.