Ubuntu crontab常用命令

Posted 流星147

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu crontab常用命令相关的知识,希望对你有一定的参考价值。

#安装 apt-get install cron #启动 service cron start #重启 service cron restart #停止 service cron stop #检查状态 service cron status #重新载入配置 service cron reload #

以上是关于Ubuntu crontab常用命令的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu使用crontab设置定时任务

ubuntu使用crontab启动定时任务

ubuntu 中crontab则么操作。

Ubuntu命令的学习_crontab计划任务_详细用法

ubuntu下crontab启动,重启,关闭命令

Linux常用命令——crontab