浏览代码

removed kill -9 pipe.

Yoshinari Takaoka 9 年之前
父节点
当前提交
28f29660c3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/common/lsof.md

+ 1 - 1
pages/common/lsof.md

@@ -13,7 +13,7 @@
 
 - only output the process PID (e.g. to pipe into kill)
 
-`lsof -t {{/path/to/file}} | xargs kill -9`
+`lsof -t {{/path/to/file}}`
 
 - list files opened by user