some CRON jobs are not executed like:
crontab -e
- /usr/bin/echo "Hello"
cron is running
/var/log/syslog:
May 7 16:31:16 zika crontab[115379]: (brad) REPLACE (brad)
May 7 16:31:16 zika crontab[115379]: (brad) END EDIT (brad)
May 7 16:32:01 zika cron[39572]: (brad) RELOAD (crontabs/brad)
but other jobs are executed OK
what could be wrong?
Your jobs are executed. To see it change your cron job the next way:
| logger
will send yourecho
tosyslog
so you could see it. But in your case withoutlogger
it is actually shown in some virtual terminal you couldn't see.$ journalctl -f
From
man logger
: