Posts Tagged ‘crontab’

2 04 2009

crontab

bigCat Posted in Linux - 0 Comment

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

Host: (miao) | Word: Press | Code: bigCat | Valid: HTML5