no way to compare when less than two revisions

Differences

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


kill [2012/08/13 23:23] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== kill ======
  
 +== Reload configuration files ==
 +
 +<code>
 +kill -HUP <pid>
 +</code>
 +
 +== Abort program (Ctl-C) ==
 +
 +<code>
 +kill -6 <pid>
 +</code>
 +
 +== Finish your work and exit ==
 +
 +<code>
 +kill -15 <pid>
 +</code>

Navigation
QR Code
QR Code kill (generated for current page)