From 3e3db18f6fc3383fc559b2f1055b5847af842bcb Mon Sep 17 00:00:00 2001 From: Benjamyn Love Date: Tue, 5 Mar 2019 02:57:52 +1100 Subject: [PATCH] nort -> sort --- docs/Troubleshooting/connections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Troubleshooting/connections.md b/docs/Troubleshooting/connections.md index bdb3c8b..c968b3b 100644 --- a/docs/Troubleshooting/connections.md +++ b/docs/Troubleshooting/connections.md @@ -4,7 +4,7 @@ Usually connections to servers are a sign that all is working, occasionally thou A command you can use to see the connections on a server is -`netstat -anp | grep 'tcp\|udp' | awk '{print $5}' | cut -d ':' -f 1 | sort | uniq -c | nort -n` +`netstat -anp | grep 'tcp\|udp' | awk '{print $5}' | cut -d ':' -f 1 | sort | uniq -c | sort -n` In these situations we will usually see a high connection count for certain services, the most common ones are (In order of how common they are)