i would like to know if there is any way of making linux execute a few commands say once every hour?
i know theres a file called crontab in etc but if i edit it to have this on the bottom (and i know the sh file does what i want to properly) will it run it once every 2 mins ?
im running freeBSD
*/2 * * * * /home/iamacup/srcds/sourceforts/cfg/banupdate.sh
i know theres a file called crontab in etc but if i edit it to have this on the bottom (and i know the sh file does what i want to properly) will it run it once every 2 mins ?
im running freeBSD
*/2 * * * * /home/iamacup/srcds/sourceforts/cfg/banupdate.sh