It looks correct, provided that the file /home/vinay/new have executable permissions. Have you checked if some error message has been sent to your system mail? Or eventually redirect the standard output and the standard error to a file for checking:
Code:
*/1 * * * * /home/vinay/new > /home/vinay/cron.log 2>&1
Also check the file /var/log/cron to see if the cron job has been actually executed. You should see some entries like these:
Code:
Jun 23 16:02:01 linux crond[32620]: (vinay) CMD (/home/vinay/new)
Jun 23 16:03:01 linux crond[32626]: (vinay) CMD (/home/vinay/new)
Jun 23 16:04:01 linux crond[32630]: (vinay) CMD (/home/vinay/new)