pkill: add page

waldyrious/alt-syntax
Katy Moe 2016-01-01 03:48:36 +00:00
parent bb31364f7c
commit 652933225f
1 changed files with 12 additions and 0 deletions

12
pages/common/pkill.md Normal file
View 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}}`