Why can a failed cron command produce no visible message in the terminal where its crontab was edited?
Cron runs the command in the background without an interactive terminal attached
Cron suppresses all command failures before they occur
A lack of terminal output proves the command succeeded
Every crontab command is treated as a comment