![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Using Signals | kapilv | High Level Programming | 2 | 6 Days Ago 02:56 AM |
| When kill doesnt work, how to kill a process ? | VijayHegde | UNIX for Advanced & Expert Users | 3 | 05-12-2006 01:24 PM |
| Threads and Signals | ripunjay | HP-UX | 0 | 04-03-2006 03:21 AM |
| lpsched signals | TioTony | UNIX for Advanced & Expert Users | 4 | 11-27-2002 10:28 AM |
| Signals In HP-UX | kapilv | High Level Programming | 1 | 08-18-2001 06:58 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Kill with signals
Hi all,
I am a beginning UNIX user and am looking for a list of possible signals (with explanation) that can be used with the command kill. Any input would be much appreciated. Thanks. Myriam |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
With kill -l you will get a list of all possible signals. Unfortunately the list does only contain the signal number and the name.
__________________
regards, sTorm |
|
#3
|
|||
|
|||
|
U can type man -k signal in your prompt and u will be getting the list of possible signals.
It also gives crisp explanations about almost all the signals. But to my knowledge, for killing a process u use just kill with numbers like -9, -15,etc Hope it helps. -Nisha Last edited by Nisha; 07-18-2002 at 01:49 AM. |
|
#4
|
|||
|
|||
|
view the file /usr/include/signal.h
It has all the signals and their corresponding numbers. |
|||
| Google The UNIX and Linux Forums |