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}}`