crontab settings for every 10 min eveyday?

Will this be the cron setting if I want to run the script.sh file in every 10 min eveyday?

Can someone pls confirm?

Thanks in advance
C Saha

What you have posted looks fine...

but some unix systems don't support */10 method...
Try what ever you have posted, if it don't work, then change it with the below line..

0,10,20,30,40,50 * * * * $HOME/script.sh