https://blog.csdn.net/shippingxing/article/details/139214072
https://www.cnblogs.com/hubavyn/p/4607094.html
ubuntu/debian 平台安装服务:
sudo apt-get update
sudo apt-get install cron
crontab配置格式
https://www.cnblogs.com/reachos/p/16356017.html
配置文件
系统任务:/etc/crontab 文件 和 /etc/cron.d/ 目录。
一般不会直接编辑/etc/crontab文件,而是在/etc/cron.d/
目录下添加配置文件。
cron会去扫描/etc/cron.d/
目录下的所有配置文件,执行定时任务。
0 条评论