User Tools

Site Tools


computing:cronsyntax

This is an old revision of the document!



  • cronsyntax
  • Jonathan Haack
  • Haack's Networking
  • netcmnd@jonathanhaack.com

I hate cron syntax - block from when I was younger


Every day at 2:30am

30 2 * * * /your/command

Every Monday at 2:30am

30 2 * * 1 /your/command

First day of the month

0 0 1 * * /your/command

Here is a helpful text-based explanation from systutorials.com:

You got it, right?

oemb1905 2018/12/03 11:23

computing/cronsyntax.1543861975.txt.gz · Last modified: 2018/12/03 18:32 by oemb1905