At one of the production servers, some processes are using crontab to start periodically.
When I inspect the crontab entries, I see:
* * * * * some job
I cannot find out what this actually does. The only example I find, which relates to this is from wikipedia, which runs some job every minute.
* * * * ? some job
Are the two crons above identical?