1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 13:06:00 +02:00

Add kill docs; fixes #12

This commit is contained in:
Zlatan Vasović 2014-01-30 22:32:31 +01:00
parent 8af645808d
commit 8f6157789d

12
common/kill.md Normal file
View file

@ -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`