1CRONTABS(4) Crontabs users' Manual CRONTABS(4)
2
3
4
6 crontabs - configuration and scripts for running periodical jobs
7
9 run-parts [--list|--test]<directory>
10
12 Crontabs is historical name for run-parts script and system crontab.
13 Run-parts runs all executables in the specified directory. The execu‐
14 tion of files can be allowed or denied by creating file jobs.allow
15 or jobs.deny which worked similar as other allow/deny config files.
16 The file must be created in the specified directory.
17
18 --list print names of all files (not limited to executables), but don't
19 run them. This option can't be used with test option.
20
21 --test print names of files, which would be run.
22
23 Historically the crontab file contained configuration which called run-
24 parts on files in cron.{daily,weekly,monthly} directories. These jobs
25 are now run indirectly through anacron to prevent conflicts between
26 cron and anacron. That means the anacron package has to be installed
27 if the jobs in these directories should be running. Refer to the
28 anacron(8) how to limit the time of day of the job execution.
29
30
32 /etc/cron.daily/jobs.deny could contain for example 0logwatch which
33 forbid execution of this script.
34
36 anacron(8), crontab(5)
37
38
39
40Marcela Mašláňová 2010-11-5 CRONTABS(4)