`

定时任务

阅读更多

crontab
crontab log

Redhat (RHEL)/Fedora Core/Cent OS Linux.
# /etc/init.d/crond start|stop|restart|reload
# /etc/rc.d/init.d/crond start

Debian or Ubuntu Linux.
$ sudo /etc/init.d/cron start|stop|restart|reload
$ sudo service cron start


start the service at boot time so that job can run w/o problems.
Redhat (RHEL)/Fedora Core/Cent OS Linux:
# chkconfig crond on

Debian or Ubuntu Linux:
$ sudo rcconf
$ sudo update-rc.d cron defaults


man service
service --status-all
sudo service SCRIPT COMMAND [OPTIONS]
sudo service cron start

The  SCRIPT  parameter  specifies  a  System  V init script, located in
/etc/init.d/SCRIPT.  The supported values  of  COMMAND  depend  on  the
invoked  script,  service  passes  COMMAND  and  OPTIONS it to the init
script unmodified.  All scripts should support at least the  start  and
stop  commands.   As  a special case, if COMMAND is --full-restart, the
script is run twice, first with the stop command, then with  the  start
command.

/etc/init.d containing System V init scripts.



rails whenever







分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics