From 8f6157789d065cd14069ad70d25a5940cd0bc3f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Thu, 30 Jan 2014 22:32:31 +0100 Subject: [PATCH] Add kill docs; fixes #12 --- common/kill.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 common/kill.md diff --git a/common/kill.md b/common/kill.md new file mode 100644 index 0000000000..6d9f446e24 --- /dev/null +++ b/common/kill.md @@ -0,0 +1,12 @@ +# kill + +> Sends a signal to a process +> Mostly used for stopping processes + +- kill the process + +`kill {{process_id}}` + +- list signal names + +`kill -l` \ No newline at end of file