![]() |
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 |
| 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 |
| Trying to kill a program via help command. | TiznaraN | Shell Programming and Scripting | 5 | 04-22-2008 12:57 PM |
| the kill command | kelogs1347 | High Level Programming | 2 | 11-23-2006 04:23 AM |
| Is there anu command or way to kill zombis? | umen | UNIX for Dummies Questions & Answers | 4 | 05-21-2006 04:48 AM |
| Kill a debug command | AJA | UNIX for Dummies Questions & Answers | 3 | 03-01-2004 12:59 PM |
| kill command | Rush | UNIX for Dummies Questions & Answers | 1 | 03-27-2003 04:54 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
'kill' sends a SIGTERM signal to the process so it can exit cleanly(close file ptr, flush buffers, etc, and exit), 'kill -9' asks the OS to close the process. That's the only signal that is not delivered to the process,. so it can not handle.
|
|
||||
|
Quote:
It is delivered. signal handlers for -9 cannot be registered. Along with -9 there is one more SIGSTOP which stops the process and cannot be handled. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|