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