Linux Terminal Glossary
›
Cron & Scheduling
*/5 * * * * command
Category:
Cron & Scheduling
*/5 * * * * command
Copy command
Cron syntax: run command every 5 minutes
*/5 means 'every 5 minutes' — the / with a number creates a step interval.
Looking for more?
Search all 7,657 commands
— works offline, in English or Spanish, and fixes typos.