mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
commit
3bd87e6746
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