Last change
on this file since 1973 was
359,
checked in by quentin, 17 years ago
|
initial checkin of cron system
|
File size:
863 bytes
|
Line | |
---|
1 | $ crontab * |
---|
2 | |
---|
3 | To edit your user-specific crontab, edit ~/cron_scripts/crontab and run |
---|
4 | cronload. cronload will concatenate ~/cron_scripts/crontab with the |
---|
5 | contents of ~/cron_scripts/AUTO/ and load them into the cron |
---|
6 | system. To see the full contents of your crontab on the server, use |
---|
7 | crontab -l |
---|
8 | |
---|
9 | $ crontab -l |
---|
10 | $ cronload -l |
---|
11 | |
---|
12 | #### Generated by cronload. See crontab -h. |
---|
13 | ### ~/cron_scripts/AUTO/cacti |
---|
14 | foo |
---|
15 | ### ~/cron_scripts/AUTO/gallery |
---|
16 | bar |
---|
17 | ### ~/cron_scripts/crontab |
---|
18 | baz |
---|
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: |
---|
25 | Invalid month "foo". |
---|
26 | |
---|
27 | Not loading new crontab. Use -f to force. |
---|
28 | |
---|
29 | $ cronload -f |
---|
30 | |
---|
31 | ~/cron_scripts... |
---|
32 | ... |
---|
33 | |
---|
34 | Loading 2 crontab files... done. |
---|
35 | |
---|
36 | $ cronload -f -f |
---|
37 | |
---|
38 | ~/cron_scripts... |
---|
39 | ... |
---|
40 | |
---|
41 | Loading 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.