mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 14:53:59 +02:00
pkill: add page
This commit is contained in:
parent
bb31364f7c
commit
652933225f
1 changed files with 12 additions and 0 deletions
12
pages/common/pkill.md
Normal file
12
pages/common/pkill.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# pkill
|
||||
|
||||
> Signal process by name
|
||||
> Mostly used for stopping processes
|
||||
|
||||
- kill all processes which match
|
||||
|
||||
`pkill -9 {{process_name}}`
|
||||
|
||||
- send SIGUSR1 signal to processes which match
|
||||
|
||||
`pkill -USR1 {{process_name}}`
|
Loading…
Add table
Reference in a new issue