![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cronjobs stopped working | bisla.yogender | Linux | 1 | 06-16-2008 11:39 PM |
| Setting cronjobs... | krworks | Shell Programming and Scripting | 4 | 06-06-2008 02:46 AM |
| Time Zone in AIX and cronjobs | run_time_error | AIX | 1 | 04-28-2006 06:42 AM |
| Cronjobs | mcastill66 | AIX | 1 | 05-31-2005 02:15 PM |
| cronjobs | tamer | UNIX for Dummies Questions & Answers | 3 | 01-22-2001 02:48 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
1. To determine if your cron job is running:
Read the contents of /var/cron/log. Do not restart cron unless you are sure that: a: your script has been written correctly b: the output that you are expecting has been directed to the correct location To determine if cron is running: Code:
ps -ef | egrep cron -or- ps -ef | grep cron Code:
Solaris 10: svcadm refresh cron Solaris 9: /etc/rc.d/S75cron stop Solaris 9: /etc/rc.d/S75cron start |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|