do you want to have your cron jobs to run every 5 minutes. if so, we will show you how you can setup your crontrab scripts to run every 5, 10, 15, 30, etc..

the format is very easy: it loos like this:

*/5 * * * * /home/user/cron.sh

if you want to change the number of minutes, just change the 5 to whatever minutes you want so you can also set it up as: 1 hour, 2 hours, 12 hours, 24 hours, 1 day, 1 week, per month. as you can see, setting up you crontabs is easy. so now you know how to setup all your cron jobs!