ubuntu:cron:schedule_cron_to_execute_a_job_at_3:15_am_daily
Ubuntu - Cron - Schedule Cron to Execute a Job at 3:15 am Daily
15 3 * * * /bin/sh script.sh
The above crontab entry will run the bash script called ‘script.sh’ at 3:15 am each day.
ubuntu/cron/schedule_cron_to_execute_a_job_at_3/15_am_daily.txt · Last modified: 2020/07/15 09:30 by 127.0.0.1