Crontab error

Hi,

I have following crontab en my user:

*/5 * * * * command

it's don't run every Five minutes, why?

Anyone know what is it happend?

Thankyou.

because thats a wrong crontab entry to make command run after every 5 min

00,05,10,15,20,25,30,35,40,45,50,55 * * * * command

will run it after every 5 min

I second that, you syntax was for vixie-cron not solaris crontab