![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do you create a zombie process? | teiji | UNIX for Dummies Questions & Answers | 6 | 02-16-2009 09:08 PM |
| Re: How do I recognize a zombie process? | pikecoguy | UNIX for Dummies Questions & Answers | 4 | 08-23-2008 05:29 AM |
| zombie process | jeenat | Linux | 5 | 03-28-2008 07:36 AM |
| Zombie process | swhitney | UNIX for Advanced & Expert Users | 2 | 10-22-2004 06:12 PM |
| Zombie process | orca | UNIX for Dummies Questions & Answers | 8 | 04-26-2002 03:54 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Zombie process
Hi
I need help because I don't know if it is possible to add a find inside a cat. like I have a file with the pid of the process that use to became zombie. And I have the same pid stored in the var (pid1) Quote:
Any help please Last edited by ruben.rodrigues; 03-11-2009 at 09:48 AM.. |
|
||||
|
Quote:
Code:
while read pid do pgrep $pid && pkill $pid done < /home/ruben/Desktop/zombie.txt |
|
||||
|
well thanks for trying but I found another solution and now I don't have zombies.
But I still have a problem and I fell like I'm very close to finish this bloddy script Quote:
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|