From 28f29660c33d2f3ed5b805fe882b50777733e00d Mon Sep 17 00:00:00 2001 From: Yoshinari Takaoka Date: Wed, 6 Jan 2016 06:26:36 +0900 Subject: [PATCH] removed kill -9 pipe. --- pages/common/lsof.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/lsof.md b/pages/common/lsof.md index c200bf37b..22df47bb6 100644 --- a/pages/common/lsof.md +++ b/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