From b8d24b5f74b3b9400ae4fd90fb76345c1f84bc32 Mon Sep 17 00:00:00 2001 From: Yoshinari Takaoka Date: Sun, 10 Jan 2016 21:33:09 +0900 Subject: [PATCH] - deleted unnecessary descriptions. --- pages/common/lsof.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/lsof.md b/pages/common/lsof.md index 44e6d38f4..36769f14c 100644 --- a/pages/common/lsof.md +++ b/pages/common/lsof.md @@ -11,7 +11,7 @@ `lsof -i :{{port}}` -- only output the process PID (e.g. to pipe into kill) +- only output the process PID `lsof -t {{/path/to/file}}` @@ -19,6 +19,6 @@ `lsof -u {{username}}` -- list files opened by the given command or process (e.x nginx) +- list files opened by the given command or process `lsof -c {{process_or_command_name}}`