Solved: Errors in crontab file, can't install

Better Stack Team
Updated on May 4, 2022

Cause of the error

You may encounter this error while creating a new crontab or updating an existing one that has a syntax error.

Solution

Crontabs have simple, but strict syntax rules. Every crontab file has to:

  • Start whit a correct cron schedule (can be an environmental variable) or comment on every line
  • Contain a username for each cron job
  • Contain valid and executable shell expression
  • End with a newline
 
# Example of job definition:
# .---------------- minute (0 - 59)
# |  .------------- hour (0 - 23)
# |  |  .---------- day of month (1 - 31)
# |  |  |  .------- month (1 - 12) OR jan,feb,mar,apr ...
# |  |  |  |  .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
# |  |  |  |  | .---- username
# |  |  |  |  | |
# *  *  *  *  * user  command to be executed
*  *  *  *  *  root   echo 'Hello world!'
Got an article suggestion? Let us know
Explore more
Licensed under CC-BY-NC-SA

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

We are hiring.

Software is our way of making the world a tiny bit better. We build tools for the makers of tomorrow.

Explore all positions →

Reliability is the
ultimate feature

Delightful observability tools that turn your logs & monitoring into a secret weapon for shipping better software faster.

Explore Better Stack