免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1770 | 回复: 0
打印 上一主题 下一主题

Crontab [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-04-19 11:16 |只看该作者 |倒序浏览

Crontab
a. crontab文件包括在/var/spool/cron/crontabs/username(s)中
查看文件内容
#crontab -l (root 用户)
或 #cd /var/spool/cron/crontabs
#more usernames(s)
下面是root用户的crontab文件内容:
#ident "@(#)root 1.19 98/07/06 SMI" /* SVr4.0 1.1.3.1 */
#
# The root crontab should be used to perform accounting data collection.
#
# The rtc command is run to adjust the real time clock if and when
# daylight savings time changes.
#
10 3 * * 0,4 /etc/cron.d/logchecker
10 3 * * 0 /usr/lib/newsyslog
15 3 * * 0 /usr/lib/fs/nfs/nfsfind
1 2 * * * [ -x /usr/sbin/rtc ] && /usr/sbin/rtc -c > /dev/null 2>&1
30 3 * * * [ -x /usr/lib/gss/gsscred_clean ] && /usr/lib/gss/gsscred_clean
以最后一行为例:
30 命令开始执行的分钟数, 范围为0~59
3 命令开始执行的小时值, 范围为0~23
* 命令开始执行的日期值, 范围为1~31
* 命令开始执行的月份值, 范围为1~12
* 命令开始执行的星期值, 范围为0~6 sunday为0
后面为将要运行的脚本。
b.编辑一个crontab文件
#EDITOR=vi
#export EDITOR
#crontab -e
c.控制crontab访问(执行)
/etc/cron.d/cron.allow
allow 是不缺省的,可以创建,编辑,删除,移动等操作。
/etc/cron.d/cron.deny
deny用户是缺省的, 用于对crontab进行访问控制。
/etc/default/cron
对cron的log进行控制.
下面是cron.deny 的内容:
#more cron.deny
daemon
bin
smtp
nuucp
listen
nobody
noaccess
d.移动改变一个crontab文件
# crontab -r username
一般用户只可以移动自己的crontab文件,但root可以对任何的crontab文件进行操作。


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/4019/showart_22108.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP