Answers for "crontab every 5 minutes"

5

run cron every 15 minutes

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

cron every 5 minutes offset

# Run a job every 5 minutes with an offset of 2 minutes
2-59/5 * * * *
Posted by: Guest on January-12-2021
0

*/5 in crontab

*/5 * * * *  means Execute a cron job every 5 minutes
Posted by: Guest on September-23-2020

Code answers related to "crontab every 5 minutes"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language