source: locker/cron/doc/cron-commands.txt @ 1089

Last change on this file since 1089 was 359, checked in by quentin, 17 years ago
initial checkin of cron system
File size: 863 bytes
Line 
1$ crontab *
2
3To edit your user-specific crontab, edit ~/cron_scripts/crontab and run
4cronload. cronload will concatenate ~/cron_scripts/crontab with the
5contents of ~/cron_scripts/AUTO/ and load them into the cron
6system. To see the full contents of your crontab on the server, use
7crontab -l
8
9$ crontab -l
10$ cronload -l
11
12#### Generated by cronload. See crontab -h.
13### ~/cron_scripts/AUTO/cacti
14foo
15### ~/cron_scripts/AUTO/gallery
16bar
17### ~/cron_scripts/crontab
18baz
19
20$ cronload
21
22~/cron_scripts/AUTO/cacti is a valid crontab
23~/cron_scripts/AUTO/gallery is a valid crontab
24~/cron_scripts/crontab has errors:
25Invalid month "foo".
26
27Not loading new crontab. Use -f to force.
28
29$ cronload -f
30
31~/cron_scripts...
32...
33
34Loading 2 crontab files... done.
35
36$ cronload -f -f
37
38~/cron_scripts...
39...
40
41Loading 3 crontab (1 BROKEN!) files... done.
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Note: See TracBrowser for help on using the repository browser.