linux定时任务计划contab

xiaoxiao2021-02-27  180

1.crontab -l 列出crontab 2.crontab -r 删除crontab 3.crontab -e 编辑crontab

配置crontab

crontab -e 配置定时任务 * * * * * 分 时 日 月 周 */15 * * * * 每15分钟 */15 * * * * /home/user/shell/bin/1.sh /home/user/shell/conf/1.properties installed new crontab 定时任务生效

转载请注明原文地址: https://www.6miu.com/read-16674.html

最新回复(0)