1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 07:18:29 +01:00
tldr/pages/common/kill.md

13 lines
154 B
Markdown
Raw Normal View History

2014-01-30 22:32:31 +01:00
# kill
> Sends a signal to a process.
> Mostly used for stopping processes.
2014-01-30 22:32:31 +01:00
- Kill the process:
2014-01-30 22:32:31 +01:00
`kill {{process_id}}`
- List signal names:
2014-01-30 22:32:31 +01:00
`kill -l`