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 == | ||
+ | |||
+ | < | ||
+ | kill -HUP <pid> | ||
+ | </ | ||
+ | |||
+ | == Abort program (Ctl-C) == | ||
+ | |||
+ | < | ||
+ | kill -6 <pid> | ||
+ | </ | ||
+ | |||
+ | == Finish your work and exit == | ||
+ | |||
+ | < | ||
+ | kill -15 <pid> | ||
+ | </ |