kill: adds a new example of killing a job (#3275)
This commit is contained in:

committed by
Agniva De Sarker

parent
b7926ee5db
commit
c8ee465c2f
@@ -11,6 +11,10 @@
|
|||||||
|
|
||||||
`kill -l`
|
`kill -l`
|
||||||
|
|
||||||
|
- Terminate a background job:
|
||||||
|
|
||||||
|
`kill %{{job_id}}`
|
||||||
|
|
||||||
- Terminate a program using the SIGHUP (hang up) signal. Many daemons will reload instead of terminating:
|
- Terminate a program using the SIGHUP (hang up) signal. Many daemons will reload instead of terminating:
|
||||||
|
|
||||||
`kill -{{1|HUP}} {{process_id}}`
|
`kill -{{1|HUP}} {{process_id}}`
|
||||||
|
Reference in New Issue
Block a user