crontab -e
crontab -e 是各种用户的配置, 编辑的时候会有语法错误提示
vim /etc/crontab
vim /etc/crontab 是只能root下配置, 定时命令还需要指定执行用户,如下
21 0 * * * root "/root/.acme.sh"/acme.sh --cron --home "/root/.acme.sh" > /dev/null
初次编辑之后需要指定执行文件
crontab /etc/crontab
crontab -e 是各种用户的配置, 编辑的时候会有语法错误提示
vim /etc/crontab 是只能root下配置, 定时命令还需要指定执行用户,如下
21 0 * * * root "/root/.acme.sh"/acme.sh --cron --home "/root/.acme.sh" > /dev/null
crontab /etc/crontab
评论 (0)