crontab 每月执行一次怎么写? - Linux系统管理 - ChinaUnix.net -
0 19 1 * * /bin/sh xxx.sh 每个月的1号的19点钟运行xxx.sh 分钟、小时、日子可以更改,后两项为*就是monthly。