Cron field order
Traditional cron uses minute, hour, day of month, month and day of week followed by the command. An asterisk means every allowed value for that field.
Create a cron schedule without memorizing all five fields.
Choose a schedule or enter the five cron fields, add the command to run, and generate a crontab entry. Verify the resulting schedule before installing it with crontab.
Traditional cron uses minute, hour, day of month, month and day of week followed by the command. An asterisk means every allowed value for that field.
Cron jobs often run with a smaller PATH and without your interactive shell environment. Prefer absolute executable and file paths for jobs that must run reliably.
Redirect output to a log when testing, confirm the service is running, and check system logs if the command works interactively but not from cron.