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 [2015/03/09 22:56]
billdozor
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.
 +
 +**Checklist**
 +  * Distros: All
 +
 +----
 +
 +===== Kill Signals =====
  
 Some of the more often used singals: Some of the more often used singals:
Line 9: Line 19:
 |  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 33:
 ---- ----
  
-===== 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)