1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 05:04:54 +02: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