From 35bdfc81102ed740fbf762af1cd79bfb8a0e8c13 Mon Sep 17 00:00:00 2001 From: Markgolzh Date: Fri, 18 Nov 2016 07:04:15 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BF=BB=E8=AF=91=E4=B8=AD=20by=20zky001?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 翻译中 by zky001 --- ...20161110 How to check if port is in use on Linux or Unix.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sources/tech/20161110 How to check if port is in use on Linux or Unix.md b/sources/tech/20161110 How to check if port is in use on Linux or Unix.md index 5c2451b9ea..b1b50578ab 100644 --- a/sources/tech/20161110 How to check if port is in use on Linux or Unix.md +++ b/sources/tech/20161110 How to check if port is in use on Linux or Unix.md @@ -1,3 +1,4 @@ +翻译中 by zky001 How to check if port is in use on Linux or Unix ============================================================ @@ -114,7 +115,7 @@ netstat -bano | findstr /R /C:"[LISTING]" via: https://www.cyberciti.biz/faq/unix-linux-check-if-port-is-in-use-command/ 作者:[ VIVEK GITE][a] -译者:[译者ID](https://github.com/译者ID) +译者:[zky001](https://github.com/zky001) 校对:[校对者ID](https://github.com/校对者ID) 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出