发布网友 发布时间:2022-02-26 11:16
共4个回答
热心网友 时间:2022-02-26 12:45
crontab -e
编辑如下内容:
0 9 * * * /home/你的用户名/test > /dev/null 2>&1
热心网友 时间:2022-02-26 14:03
crontab -e 进去之后就像用vi一样 用特定的格式写计划任务 记得保存完之后重启一下crond
热心网友 时间:2022-02-26 15:38
crontab -e
然后编辑添加一行
0 9 * * * /test
退出保存
热心网友 时间:2022-02-26 17:29
crontab