linux crontab 任务调度

原理:
linux crontab 任务调度
crontab 进行 定时任务的设置
linux crontab 任务调度
每隔1分钟将时间打印到 /export/文件中
linux crontab 任务调度
linux crontab 任务调度
linux crontab 任务调度
命令: crontab -e /编辑 -l /查看
​ * * * * * 操作命令
`
*一小时内的第几分钟(0-59)
*一天内的第几个小时(0-23)
*一个月内的第几天(1-31)
*一年内的星期几(1-12)
*星期几(0-7)

时钟同步

​ 与阿里云提供的时钟服务器同步: ntpdate ntp4.aliyun.com