【发布时间】:2018-12-24 04:47:44
【问题描述】:
我正在尝试使用下面给出的表达式运行 crontab。但是我遇到了严重的错误。
这适用于 Linux 服务器。
0/5 * * * * /home/cdh_infa_user/data/pladmin/MyLinuxAgent/apps/Data_Integration_Server/data/scripts/Secureagent.sh
我需要安装 crontab 吗?请指导 enter image description here enter image description here
【问题讨论】:
-
Crontab 已安装在系统上。如果脚本必须在一天中的第 5 小时运行,则条目应类似于 0 5 * * * *
.
标签: cron