mirror of https://github.com/CrimsonTome/tldr.git
pkill: add page
parent
bb31364f7c
commit
652933225f
|
@ -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…
Reference in New Issue