minute(s) hour(s) day(s) month(s) weekday(s) command(s)
Category | Value | Description |
---|---|---|
minute | 0-59 | This controls what minute of the hour the command will run on. |
hour | 0-23 | This controls what hour the command will run on. |
day | 1-31 | This is the Day of Month, that you want the command run on. |
month | 1-12 | This is the month a specified command will run on. |
weekday | 0-6 | This is the Day of Week that you want a command to be run on. |
user | root | This is the user who runs the command. |
command | /cmd | A valid shell syntax code, executables or combinations of both |
Some of most used crontab syntax mentioned below,
Crontab Every 1 Minute | Crontab Every 2 Minutes | Crontab Every 5 Minutes | Crontab Every 30 Minutes |
Crontab Every 1 Hour | Crontab Every 2 Hours | Crontab Every 3 Hours | Crontab Every 6 Hours |