- 空间积分
- 0
- 信誉积分
- 100
- UID
- 5437
- 阅读权限
- 10
- 积分
- 78
- 帖子
- 65
- 精华
- 0
- 可用积分
- 78
- 专家积分
- 0
- 在线时间
- 86 小时
- 注册时间
- 2003-09-22
- 最后登录
- 2011-10-06
- 帖子
- 65
- 主题
- 26
- 精华
- 0
- 可用积分
- 78
- 专家积分
- 0
- 在线时间
- 86 小时
- 注册时间
- 2003-09-22
- 最后登录
- 2011-10-06
- 论坛徽章:
- 0
|
发表于 2009-07-01 11:58:43
|显示全部楼层
/etc/default/cron
This file contains the following parameters for the cron(1M) command.
CRONLOG
Enables (YES) or disables (NO) cron logging. If CRONLOG is set to YES, the cron log file is /var/cron/log.
BACKUP
Names a file to which the contents of the cron log file will be copied when it reaches SIZE. BACKUP defaults to /var/cron/olog if not defined here.
LINES
Number of lines to keep in the cron log file after a copy has been made. LINES defaults to ``100'' if not defined here.
SIZE
Maximum size of the cron log file before it gets copied. SIZE defaults to ``50,000'' bytes if not defined here.
这个服务器就是公司的CRON SERVER,所以很多CRON在跑呀。
记得HP UNIX 可以在/etc/default/cron里加入 DISABLE_MAXJOB_LIMIT=1 来取消CRON JOB的限制,但SOLARIS10 下面,我做了测试,不行。 |
|