Here you can find some simple tests that would confirm the smooth functionality of your crontab.
Test if cron is running
Type the following command:
ps ax | grep cron
Make sure that cron shows up. Expected output should be something like
[konordo@konordoserv]# ps ax | grep cron
1185 pts/1 S+ 0:00 grep cron
1771 ? Ss 0:00 crond
Test if cron is working
Add the following entry to your crontab. To do so, enter the command
crontab -e