Unix and Linux Discussions Tagged with crontab |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
7,603 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
5,698 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
4,602 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
21,022 |
Shell Programming and Scripting |
|
|
|
7 |
6,598 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
4,013 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
16,502 |
Linux |
|
|
|
3 |
5,659 |
UNIX for Advanced & Expert Users |
|
|
|
10 |
5,247 |
Shell Programming and Scripting |
|
|
|
2 |
8,496 |
UNIX for Advanced & Expert Users |
|
|
|
15 |
5,941 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
2,742 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
10,062 |
Shell Programming and Scripting |
|
|
|
2 |
2,373 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
3,691 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
9,205 |
Shell Programming and Scripting |
|
|
|
1 |
4,465 |
UNIX for Beginners Questions & Answers |
|
|
|
0 |
6,389 |
BSD |
|
|
|
6 |
5,594 |
AIX |
|
|
|
3 |
2,518 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,153 |
Shell Programming and Scripting |
|
|
|
12 |
3,644 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
7,054 |
UNIX for Advanced & Expert Users |
|
|
|
8 |
15,747 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
4,222 |
Shell Programming and Scripting |
|
|
|
4 |
11,901 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
3,205 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
6,175 |
Shell Programming and Scripting |
|
|
|
10 |
3,369 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
12,427 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
7,553 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
17,316 |
Shell Programming and Scripting |
|
|
|
1 |
4,057 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
11,467 |
AIX |
|
|
|
1 |
5,798 |
Shell Programming and Scripting |
|
|
|
1 |
2,701 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
4,123 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
7,759 |
Linux |
|
|
|
3 |
3,598 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
28,472 |
Shell Programming and Scripting |
CRON(8) System Manager's Manual CRON(8)
NAME
cron - daemon to execute scheduled commands (Vixie Cron)
SYNOPSIS
cron
DESCRIPTION
Cron should be started from /etc/rc or /etc/rc.local. It will return immediately, so you don't need to start it with '&'.
Cron searches /var/spool/cron for crontab files which are named after accounts in /etc/passwd; crontabs found are loaded into memory. Cron
also searches for /etc/crontab and the files in the /etc/cron.d/ directory, which are in a different format (see crontab(5)). Cron then
wakes up every minute, examining all stored crontabs, checking each command to see if it should be run in the current minute. When execut-
ing commands, any output is mailed to the owner of the crontab (or to the user named in the MAILTO environment variable in the crontab, if
such exists).
Additionally, cron checks each minute to see if its spool directory's modtime (or the modtime on /etc/crontab) has changed, and if it has,
cron will then examine the modtime on all crontabs and reload those which have changed. Thus cron need not be restarted whenever a crontab
file is modified. Note that the Crontab(1) command updates the modtime of the spool directory whenever it changes a crontab.
SEE ALSO
crontab(1), crontab(5)
AUTHOR
Paul Vixie <paul@vix.com>
4th Berkeley Distribution 20 December 1993 CRON(8)