ubuntu下crontab启动,重启,关闭命令
Posted StimmerLove
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu下crontab启动,重启,关闭命令相关的知识,希望对你有一定的参考价值。
-
启动:/etc/init.d/cron start ( service cron start )
-
重启:/etc/init.d/cron restart ( service cron restart )
-
关闭:/etc/init.d/cron stop ( service cron stop )
以上是关于ubuntu下crontab启动,重启,关闭命令的主要内容,如果未能解决你的问题,请参考以下文章