1
votes

I would like to run a cron job once an hour at 5 minutes after the hour. I have not found an example of how to do this? Is it even possible?

1
This is absolutely possible. - Scott Hunter

1 Answers

1
votes

Yes - you can specify the minuted value as 5, and leave the rest as wildcards:

5 * * * *