crontab -l list crontab -e edit
0,5,10,15,20,25,30,35,40,45,50,55 * * * * /etc/httpd/restart.sh >/dev/null 2>&1 分钟 小时 日 月 星期 CMD
修改完毕后重启crond /etc/init.d/crond restart
Tag after crontab