![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum 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 |
| Cron jobs | ajadaun | HP-UX | 5 | 10-15-2007 08:14 AM |
| Please help me with the run-away cron jobs | dedema | UNIX for Dummies Questions & Answers | 2 | 09-13-2007 10:43 AM |
| cron jobs not run | robertsnoog | Linux | 4 | 02-13-2007 08:24 AM |
| Cron Jobs | lewisoco | SUN Solaris | 6 | 09-04-2005 08:14 AM |
| CRON Jobs | eludlow | UNIX for Dummies Questions & Answers | 4 | 05-28-2004 05:24 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Cron Jobs
Where can someone find info on Cron Jobs? Very new to UNIX and the PC I inherited looks to have several of them. Looks like they are some kind of background program that runs automatically at specified times. Would like to delete some of them and know more about them.
|
| Forum Sponsor | ||
|
|
|
||||
|
There seem to be a couple of introductions at these links (note: i haven't checked these out...)
http://www.unixgeeks.org/security/ne...ix/cron-1.html http://www.linuxhelp.net/guides/cron/ http://www.linux.com/article.pl?sid=04/04/04/1544250 http://weather.ou.edu/~billston/crontab/ http://www.linuxforums.org/forum/ptopic4440.html http://www.adminschoice.com/docs/crontab.htm Also; take a look at the following article from our FAQ section. That and the man pages should get you going Cheers ZB Last edited by zazzybob; 01-18-2005 at 08:35 AM. |
|
|||
|
THX Bob. That has got me rolling. I entered "crontab -l" and see some of the actions, however not the ones I am getting errors on e-mail. Are there more than one crontab file, and if so how would I find it. I know the path and file name of the errored e-mail messages.
|
|
|||
|
If you change to the crontab directory it will give you a list of al the crontab user files.
Type in cd /usr/spool/cron/crontabs then ls -l in the directory, it should show you all the files with the names being the user. You will then need to type crontab -u filename -l This will then display all the jobs due to run under each user. |
|||
| Google The UNIX and Linux Forums |