From 00150f769a792562600b71d92f4a9b78ded6f18d Mon Sep 17 00:00:00 2001 From: YongHao Hu Date: Thu, 22 Nov 2018 23:25:07 +0800 Subject: [PATCH] tcpkill: add page (#2606) --- pages/linux/tcpkill.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pages/linux/tcpkill.md diff --git a/pages/linux/tcpkill.md b/pages/linux/tcpkill.md new file mode 100644 index 0000000000..92f3897e52 --- /dev/null +++ b/pages/linux/tcpkill.md @@ -0,0 +1,7 @@ +# tcpkill + +> Kills specified in-progress TCP connections. + +- Kill in-progress connections at a specified interface, host and port: + +`tcpkill -i {{eth1}} host {{192.95.4.27}} and port {{2266}}`