SyntaxFix
Write A Post
Hire A Developer
Questions
In user crontab (crontab -e) do not put the user field.
crontab -e
Correct cron is:
0-59 * * * * echo "Hello World"
Syntax with user field is for /etc/crontab only:
/etc/crontab
0-59 * * * * mollerhoj3 echo "Hello World"