Raspberry Pi - Automation and Scheduling
Which of the following is the correct syntax to schedule a cron job on Raspberry Pi?
_____ * * * * /home/pi/script.shWhich of the following is the correct syntax to schedule a cron job on Raspberry Pi?
_____ * * * * /home/pi/script.shcrontab -e, which opens the crontab file in an editor.* * * * * /home/pi/script.sh is a cron job entry added after running crontab -e.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions