Every 20 Minutes Cron

Example:
*/20 * * * * /usr/local/bin/poll.sh
Use */20 * * * * to run at :00, :20, and :40 of each hour.
Try Cron Master →

FAQs

Total executions per day?

72 times per day (3 per hour × 24 hours).