crontab
crontab的命令构成为 时间+动作
时间有分、时、日、月、周五种,操作符有:
- 取值范围内的所有数字
/ 每过多少个数字
- 从X到Z
,散列数字
实例
每一小时重启smb
* */1 * * * /etc/init.d/smb restart
每星期六的晚上11 : 00 pm重启smb
0 23 * * 6 /etc/init.d/smb restart
每1分钟执行一次myCommand
* * * * * myCommand
---------------------------------------------------------
恐惧是因为努力的还不够,加油 ~~---------------------------------------------