Cron Local Mail
ยท One min read
To see the output from cron you need to have a Mail Transfer Agent (MTA) installed.
sudo apt install postfix
Select the "Local" option during the installation process.
You can now debug cron jobs with the output:
sudo tail -f /var/mail/$USER