Merge pull request #665 from AMeng/patch-1
pkill: Add example with -f flag
This commit is contained in:
@@ -7,6 +7,10 @@
|
|||||||
|
|
||||||
`pkill -9 {{process_name}}`
|
`pkill -9 {{process_name}}`
|
||||||
|
|
||||||
|
- Kill all processes which match their full command instead of just the process name:
|
||||||
|
|
||||||
|
`pkill -9 -f "{{command_name}}"`
|
||||||
|
|
||||||
- Send SIGUSR1 signal to processes which match:
|
- Send SIGUSR1 signal to processes which match:
|
||||||
|
|
||||||
`pkill -USR1 {{process_name}}`
|
`pkill -USR1 {{process_name}}`
|
||||||
|
Reference in New Issue
Block a user