10分ごとにcronを動かすときは
/etc/crontab
に、
0,10,20,30,40,50 * * * * root run-parts /etc/cron.10min
というのを付け足す。
/etc/cron.10min
を 755 で作る。

後は他と一緒。