Answers for "cron to run every 10 years"

8

run cron every 15 minutes

*/15 * * * *
Posted by: Guest on December-02-2020
0

how to run a script in crontab every day

30 2 * * * /your/command
# ^  ^
# |   hour
# minute
Posted by: Guest on December-01-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language