Raspberry Pi - Automation and Scheduling
This cron job line is intended to run a script every day at 7 AM:
0 7 * * * /home/pi/myscript.shBut the script does not run. What is the most likely reason?
This cron job line is intended to run a script every day at 7 AM:
0 7 * * * /home/pi/myscript.shBut the script does not run. What is the most likely reason?
0 7 * * * is correct for 7 AM daily.myscript.sh does not have execute permission -> Option D15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions