1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 11:38:13 +01:00
tldr/common/kill.md
2014-01-30 22:32:31 +01:00

149 B

kill

Sends a signal to a process Mostly used for stopping processes

  • kill the process

kill {{process_id}}

  • list signal names

kill -l