Kiran,
try this one
First make sure "/usr/lib/cron/cron.allow" contains "user" and remove cron.deny
0. log in as root and remove that crontab file of user "user".
1. log in as user ( i will assume username as "user" )
2. Then $ crontab -e user
edit the file as per the requirement and then save.
3. See if you have valid entries in crontab by " $ crontab -l user "
This works.
Regards,
You need to know a lot to actually know how little you know