I am new to this I followed the directions in devdocs create the cron job.
I followed the directions but unfortunately got the path wrong. I tried to delete the error from the cron file but it still is in my system somewhere and keeps sending errors to my e-mail server 1 minute for every error in my crontab.
this is the code used:
* * * * * /usr/local/bin/php /var/www/store/bin/magento cron:run | grep -v "Ran jobs by schedule" >> /var/www/store/var/log/magento.cron.log
* * * * * /usr/local/bin/php /var/www/store/update/cron.php >> /var/www/store/var/log/update.cron.log
* * * * * /usr/local/bin/php /var/www/store/bin/magento setup:cron:run >> /var/www/store/var/log/setup.cron.log
how do I cancel these cron jobs?