红联Linux门户
Linux帮助

来看看crontab的流程知道的说下

发布时间:2012-08-04 12:06:09来源:红联作者:wshong2005
[root@bogon anacron]# cat /etc/crontab
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/

# For details see man 4 crontabs

# Example of job definition:
# .---------------- minute (0 - 59)
# | .------------- hour (0 - 23)
# | | .---------- day of month (1 - 31)
# | | | .------- month (1 - 12) OR jan,feb,mar,apr ...
# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
# | | | | |
# * * * * * command to be executed
我的文件就是这个样子的,
目录下
[root@bogon anacron]# ll /etc/cron*
/etc/cron.d:
总用量 8
-rw-r--r--. 1 root root 113 11月 11 2010 0hourly
-rw-r--r--. 1 root root 245 11月 12 2010 sysstat
/etc/cron.daily:
总用量 28
-rwxr-xr-x. 1 root root 118 11月 11 2010 cups
-rwxr-xr-x. 1 root root 196 11月 12 2010 logrotate
-rwxr-xr-x. 1 root root 905 11月 12 2010 makewhatis.cron
-rwxr-xr-x. 1 root root 174 5月 20 2009 mlocate.cron
-rwxr-xr-x. 1 root root 2126 4月 23 2010 prelink
-rwxr-xr-x. 1 root root 563 8月 23 2010 readahead.cron
-rwxr-xr-x. 1 root root 365 10月 16 2009 tmpwatch
/etc/cron.hourly:
总用量 8
-rwxr-xr-x. 1 root root 424 11月 11 2010 0anacron
-rwxr--r--. 1 root root 93 8月 4 10:55 hooler.test.sh
/etc/cron.monthly:
总用量 4
-rwxr-xr-x. 1 root root 111 8月 23 2010 readahead-monthly.cron
/etc/cron.weekly:
总用量 4
-rwxr-xr-x. 1 root root 2770 4月 7 2010 99-raid-check
请问下我的centos6.0中的/etc/crontab文件中根本没定义什么工作怎么linux 会自动远行cron.d中0hourly的工作的啊?
书上不是说在/etc/crontab文件定义运行的吗??
文章评论

共有 5 条评论

  1. linux4400 于 2012-08-15 21:22:01发表:

    记得在rhel中 crond是即运行系统的也运行用户的 ,fedora应该也差不多把

  2. yanglong985 于 2012-08-12 10:58:00发表:

    支持

  3. alick 于 2012-08-04 21:52:31发表:

    cron 既读取 /etc/crontab 中的内容,也读取 /etc/cron.d/ 下的内容

  4. 于 2012-08-04 13:10:37发表:

    意思是说软件本身是周期性运行某个目录下的文件的??
    而/etc/crontab文件是软件本身提供给用户自定义的??

  5. Gcome 于 2012-08-04 12:36:04发表:

    它是周期性运行的q):-s