From aea37058bf5b12c3b0a923e8b977a82b3ec55838 Mon Sep 17 00:00:00 2001 From: Niraj Nandish Date: Sun, 4 Apr 2021 17:07:20 +0400 Subject: [PATCH] docs: fix netstat command for Linux/MacOS/WSL (#41740) --- docs/how-to-setup-freecodecamp-locally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-setup-freecodecamp-locally.md b/docs/how-to-setup-freecodecamp-locally.md index 2132b50aa8..04fea9de07 100644 --- a/docs/how-to-setup-freecodecamp-locally.md +++ b/docs/how-to-setup-freecodecamp-locally.md @@ -535,7 +535,7 @@ If you can't sign in, and instead you see a banner with an error message that it **On Linux / macOS / WSL on Windows - From Terminal:** ```console -netstat -ab | grep "3000" +netstat -a | grep "3000" tcp4 0 0 0.0.0.0:3000 DESKTOP LISTEN ```