![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Monitoring Processes - Killing hung processes | ukndoit | UNIX for Advanced & Expert Users | 4 | 01-17-2008 01:30 AM |
| Killing child process in ksh | upnix | Shell Programming and Scripting | 1 | 10-09-2007 09:11 AM |
| killing a child process | mervin2006 | Shell Programming and Scripting | 4 | 05-02-2007 03:16 AM |
| killing a child process within a shell | yerics | Shell Programming and Scripting | 2 | 06-27-2003 02:00 AM |
| Killing processes in scripts | el_toro | Shell Programming and Scripting | 4 | 07-17-2002 05:02 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
killing all child processes
Hi,
Is there a way I can kill all the child processes of a process, given its process id. Many thanks in advance. J. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
pkill -P parent-process-pid
|
|||
| Google The UNIX and Linux Forums |