请教下关于crontab的使用。。

请教下关于crontab的使用。。

刚刚开始学LIUNX
写了crontab但是没自动运行过。。。
请问是什么原因?
是写错了?请各位大大帮偶看看。。

每天6点运行
0 6 * * * /home/script/backup.sh
每天的0点、12点运行
0 0,12 * * * /home/script/check.sh
每30分钟运行
*/30 * * * * /home/script/repair.sh
  
什么用户
用的是 crontab -u root -e
[code:1]0 6 * * * root /home/script/backup.sh[/code:1]
试试这样
另外看一下启动项中有没有cron