![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| problem with cron job | solne | SUN Solaris | 7 | 01-18-2008 04:57 PM |
| Cron problem | tez | UNIX for Dummies Questions & Answers | 3 | 10-27-2006 02:48 PM |
| cron problem! | blowtorch | UNIX for Advanced & Expert Users | 4 | 03-07-2006 09:12 PM |
| Problem with cron | jhansrod | AIX | 2 | 11-25-2005 12:30 PM |
| Cron Problem | Raiden | Shell Programming and Scripting | 4 | 11-16-2003 03:00 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
cron problem
In freebsd when I do crontab -l I get the result crontab:no crontab for root,yet I have a crontab in /etc and I don't know what got messed up? It was working the other day? I probably messed something up(I'm blaming me,the user). I've been wanting to have hourly emails(to my home email and not root) sent to me as to the status that my box is up. Any suggestions or help?
|
| Forum Sponsor | ||
|
|
|
||||
|
At the command prompt, type in crontab -l. This should give you a list of available crontabs. There are two locations for crontabs, /etc/ and /var/cron/tabs. The /etc/crontab file is roots crontab. To configure and install your crontab, see this --> link Good Luck.
|