如何启动crontab?

因此需要:
service crond start    (有的是service cron start)
或者
/etc/rc.d/init.d/crond start

加入开机自动启动:
chkconfig --level 35 crond on

posted on 2014-12-11 13:48  Harryの后花园  阅读(352)  评论(0)    收藏  举报

导航