ubuntu:cron:schedule_cron_to_execute_a_job_at_8_pm_every_week
Ubuntu - Cron - Schedule Cron to Execute a Job at 8 pm Every Week
0 20 * * 1 /bin/sh script.sh
Executes the script.sh file at 8 pm every week.
The hour value needs to be specified in the 24-hour time format to specify pm values inside your crontabs.
ubuntu/cron/schedule_cron_to_execute_a_job_at_8_pm_every_week.txt · Last modified: 2020/07/15 09:30 by 127.0.0.1