Ubuntu - Cron - Schedule a Cron Job to Run on Every Three Hours

0 */3 * * * /script/script.sh

Look how the * is prefixed before the /3. It tells cron to run the command in ‘every’ 3 hours