ubuntu:cron:schedule_a_cron_job_to_run_on_every_three_hours
This is an old revision of the document!
Ubuntu - Cron - Schedule a Cron Job to Run on Every Three Hours
0 */3 * * * /script/script.sh
Look how the * is prefixed before the /3. It tells cron to run the command in ‘every’ 3 hours
ubuntu/cron/schedule_a_cron_job_to_run_on_every_three_hours.1576195352.txt.gz · Last modified: 2020/07/15 09:30 (external edit)