crontab命令
Posted banananana
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了crontab命令相关的知识,希望对你有一定的参考价值。
crontab命令
用法
crontab [-u user] file crontab [-u user] [ -e | -l | -r ]
例子
* * * * * command
3,15 * * * * command
3,15 8-11 * * * command
3,15 8-11 */2 * * command
3,15 8-11 * * 1 command
0,30 18-23 * * * command
0 23 * * 6 command
* */1 * * * command
0 23-7 * * * command
通常我们在命令的后面加上具体log(没有会自动创建)以及
2>&1
,表示将标准输出错误都定向到log中* * * * * command log_path 2>&1
ubuntu下启动start、停止stop与重启restart
$sudo /etc/init.d/cron start $sudo /etc/init.d/cron stop $sudo /etc/init.d/cron restart
以上是关于crontab命令的主要内容,如果未能解决你的问题,请参考以下文章
linux centos8 nologin用户执行crontab命令