![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| problem with cron job | solne | SUN Solaris | 7 | 01-18-2008 08:57 PM |
| cron problem! | blowtorch | UNIX for Advanced & Expert Users | 4 | 03-08-2006 01:12 AM |
| Problem with cron | jhansrod | AIX | 2 | 11-25-2005 04:30 PM |
| cron problem | VPN | UNIX for Dummies Questions & Answers | 2 | 04-16-2004 07:27 AM |
| Cron Problem | Raiden | Shell Programming and Scripting | 4 | 11-16-2003 07:00 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Cron problem
Hi,
I want to run my shrip for every 30 min.. if i enter crontab -l i am getting following.. 00,10,20,30,40,50 * * * * /home/arbuser/temp2/perform/per.sh 00,15,40,35,50 * * * * sh home/arbuser/temp2/perform/per.sh if I enter like this : ps -ef |grep cron root 311454 1 0 Jun 11 - 0:03 /usr/sbin/cron arbuser 426042 1634480 0 15:12:13 pts/3 0:00 grep cron but my per.sh is not running..any idea? |
|
||||
|
Why would you expect it be running at any instant? It is started by cron at the instants specified. For how long it stays? Depends. Only you know. Or it errored out.
BTW, the crontab does not seem to be consistent with what you said "for every 30 min". Double chk. Tom |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|