cron job issue

Hi ,

I want to run script every minute so i added .
cron entry as below usning crontab -e

looks like

 
  */1 * * * * sh /home/sai/http_sim/http_start.sh

but cron job is not running ?

any way to start the cron or something ?

Thanks,
Raghavendra

/etc/cron.allow - If this file exists, then you must be listed therein (your username must be listed) in order to be allowed to use cron jobs.

Is execute permission set to the script ?
Did u check the cron logs ? Check your /var/cron/log

all the permission is set.

there is no /var/cron/log dir.

no /etc/cron.allow file present.