Hear us Roar
Article:
 |
|
Learning the Terminal in Jaguar, Part 1
|
| Subject: |
|
Pilot error & Pico help. |
| Date: |
|
2003-01-28 11:43:27 |
| From: |
|
chris_stone
|
Response to: Pilot error & Pico help.
|
|
If you followed each step of the tutorial, including the one which backed up your crontab file, you can restore it with:
sudo cp /etc/crontab.bak /etc/crontab
Otherwise, you might try repairing yours by looking at the screenshot in the article, or pasting this in:
# /etc/crontab
SHELL=/bin/sh
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
HOME=/var/log
#
#minute hour mday month wday who command
#
#*/5 * * * * root /usr/libexec/atrun
#
# Run daily/weekly/monthly jobs.
15 3 * * * root periodic daily
30 4 * * 6 root periodic weekly
30 5 1 * * root periodic monthly
Hope that helps...
--Chris
|
|
| |