![]() |
|
|
|
|
|||||||
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| X trouble | izua | UNIX for Dummies Questions & Answers | 0 | 01-03-2007 02:19 PM |
| Trouble with tr | Mike@Work | SUN Solaris | 8 | 08-10-2006 12:04 PM |
| The trouble with... | zazzybob | What's on Your Mind? | 6 | 01-18-2005 02:01 AM |
| trouble | awk | UNIX Desktop for Dummies Questions & Answers | 1 | 11-22-2002 06:51 AM |
| NIS trouble | farzolito | UNIX for Advanced & Expert Users | 10 | 12-10-2001 12:44 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi,
Actually I am working in perl. I need to write a script when a script is running If the parent process is killed child process should be killed automatically.So I need some Information On process. I need to know when we press ctrl+c to stop code execution where Parent is killed or child is killed. For examle: new.pl is running and have following details bre30323 3267 22074 0 19:22:56 pts/2 0:00 perl new.pl If we interrupt this process id 22074 will be killed or 3267 will be killed? What happening is when We are interrupting a script by ctlr+c defuncn process (speling may be incorrect) is created which runs in background and we cant kill this as it dont have pid.To remove this server needs to reboot which is not possible to do always. If you have any way to kill defunc process that will help also. Please help me in this issue. Thanks In Advance Santosh |
| Forum Sponsor | ||
|
|
|
|||
|
Quote:
Do a man on preap. The advice from sun is to use this command very cautiously and very sparingly |
|||
| Google UNIX.COM |
| Thread Tools | |
| Display Modes | |
|
|