Hgta的博客

个人博客

重启crontab服务

Posted on | 12月 9, 2015 | No Comments

可以分为两种情况:

1.在系统中有service这个命令时:
这个命令在red hat当中常用,有的linux发行版本中没有这个命令.
$ service crond start //启动服务
$ service crond stop //关闭服务
$ service crond restart //重启服务

2.linux发行版本没有service这个命令时:
/etc/init.d/cron stop
/etc/init.d/cron start

Comments

Leave a Reply





About

博主 hgta

Search

Admin