| Article: |
Learning the Terminal in Jaguar, Part 1 | |
| Subject: | What about "crontab -e"? | |
| Date: | 2002-12-14 23:46:21 | |
| From: | dillera | |
|
Response to: What about "crontab -e"?
|
||
|
HI:
|
||
Showing messages 1 through 1 of 1.
-
What about "crontab -e"?
2002-12-20 10:32:21 Chris Stone |
[View]



sudo crontab -e will edit the *root* crontab -- the user crontab for the user *root*, which is /private/var/cron/tabs/root.
This is a different file than the *system* crontab, which is /etc/crontab. It is this system crontab which holds the schedule for the regular maintenance jobs, not the root crontab.