Linux的Shell命令--crontab
Crontab是UNIX系统下的定时任务触发器,其使用者的权限记载在下列两个文件中: |
/usr/var/adm/cron/cron.deny:该文件中所列的用户不允许使用Crontab命令; |
/usr/var/adm/cron/cron.allow:该文件中所列的用户允许使用Crontab命令; |
Crontab命令的格式为:crontab –l|-v|-r|-e [username],其参数含义如表一: |
表一 Crontab参数的使用方法 |
|
用户所建立的Crontab文件存于/var/spool/cron/crontabs中,其文件名与用户名一致。它的格式共分为六段,前五段为时间设定段,第六段为所要执行的命令段,格式如下: |
* * * * * <command> |
其时间段的含义如表二: |
表二 Crontab文件中时间段的含义 |
|
例:如果用户的Crontab文件的内容是:29 19 * * * echo its dinner time,则系统每天的19:29显示‘its dinner time’。 |
相关推荐
liguojia 2020-10-20
木子李CSDN 2020-06-05
kernelstudy 2020-05-21
playlinuxxx 2020-05-08
IsanaYashiro 2020-04-22
fenxinzi 2020-04-07
山兔与孟婆 2020-03-28
stoneechogx 2020-02-17
onlykg 2020-02-15
大老张学编程 2020-02-09
linuxisperfect 2020-01-09
liuyh 2019-12-22
蜀川居 2013-08-05
happywxp 2013-03-27
chenzelin 2013-03-31
NeverAgain 2019-12-13
mieleizhi0 2019-12-05
ningningmingming 2019-11-13
playlinuxxx 2013-09-02