linux_wiki:kill

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
linux_wiki:kill [2014/12/08 20:36]
billdozor
linux_wiki:kill [2016/06/12 16:15]
billdozor [Kill Signals]
Line 1: Line 1:
 ====== kill ====== ====== kill ======
 +
 +**General Information**
 +
 kill is the command to send signals to processes. kill is the command to send signals to processes.
  
-Some of the more often used singals:+**Checklist** 
 +  * Distro(s): Any 
 + 
 +---- 
 + 
 +===== Kill Signals ===== 
 + 
 +List kill signals 
 +<code bash> 
 +kill -l 
 +</code> 
 +\\ 
 + 
 +Some of the more often used signals:
  
 ^  Signal #  ^  Signal Name  ^  Description  ^  Can process ignore?  ^ ^  Signal #  ^  Signal Name  ^  Description  ^  Can process ignore?  ^
Line 9: Line 25:
 |  15  |  TERM  |  Software termination request, process cleans up and exits **(default)**  |  Yes  | |  15  |  TERM  |  Software termination request, process cleans up and exits **(default)**  |  Yes  |
  
-===== kill syntax =====+---- 
 + 
 +===== Kill Syntax =====
 <code bash> <code bash>
 kill [-signal] pid kill [-signal] pid
Line 21: Line 39:
 ---- ----
  
-===== kill examples =====+===== Kill Examples =====
  
 Ask apache to re-read its configuration file after changes have been made. (Assumes httpd is pid 2123) Ask apache to re-read its configuration file after changes have been made. (Assumes httpd is pid 2123)
  • linux_wiki/kill.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)