瀏覽代碼

kill: adds a new example of killing a job (#3275)

David Hatch 5 年之前
父節點
當前提交
c8ee465c2f
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      pages/common/kill.md

+ 4 - 0
pages/common/kill.md

@@ -11,6 +11,10 @@
 
 `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:
 
 `kill -{{1|HUP}} {{process_id}}`