随笔分类 -  Linux

Linux Ubuntu Crontab 定时任务配置
摘要:1.常用命令 crontab -l 查看定时任务配置文件 crontab -e 编辑定时任务配置文件 service cron start 启动脚本执行 service cron stop 停止脚本执行 service cron restart 重启脚本执行 service cron reload 阅读全文
posted @ 2020-12-24 16:31 Jakey_IT 阅读(209) 评论(0) 推荐(0)