Answers for "cron run every day at 8am"

1

run cron once a day

#run a cron once a day at 3am
0 3 * * *
Posted by: Guest on August-02-2021
0

cron every day 5 pm

0 18 * * * command to be executed
^ you need to set the minute, too. Else it would be running every minute on the 18th hour
Posted by: Guest on April-27-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language