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:
parent
8af645808d
commit
8f6157789d
1 changed files with 12 additions and 0 deletions
12
common/kill.md
Normal file
12
common/kill.md
Normal 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`
|
Loading…
Add table
Reference in a new issue