what does this crontab syntax mean
"*/15 * * * 2-5"
I thought it means it runs every 15 mins past every hour, from Tuesday to Saturday.
can I change that to:
"*/55 * * * 2-5"
that didn’t seem to work for some reason.
Can you explain what is the */ at the beginning ?
Thanks
Your first example should be ok if you want it to run every 15 minutes.
2-5on the 5th position is referring to Tuesday to Friday.What do you want to accomplish with
*/55?A good syntax explanation can be found in Wikipedia: