使用命令:
crontab -e
0 0 * * * sh /opt/maxwellToMysql/create_data_log.sh
编写完保存
本文介绍了如何通过在Linux系统中使用`crontab-e`编辑器配置定时任务,每小时运行`/opt/maxwellToMysql/create_data_log.sh`脚本来定期生成数据日志。
使用命令:
crontab -e
0 0 * * * sh /opt/maxwellToMysql/create_data_log.sh
编写完保存

被折叠的 条评论
为什么被折叠?