Cron Job Doesn't Run
问题 I am new to using crontab, and I've been trying to get a simple cron job working. The code for the cron job is as follows: */1 * * * * echo "job every minute" So just for proof-of-concept, I want to see this printed every minute. I have tried saving this cron job using both sudo crontab -e and by saving a crontab file (cronscript) in a directory and enabling the script as follows: crontab ~/Documents/MyProjects/cronscript which is the path for where the cron job is located. Both of the