docs: fix netstat command for Linux/MacOS/WSL (#41740)
This commit is contained in:
@ -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:**
|
**On Linux / macOS / WSL on Windows - From Terminal:**
|
||||||
|
|
||||||
```console
|
```console
|
||||||
netstat -ab | grep "3000"
|
netstat -a | grep "3000"
|
||||||
|
|
||||||
tcp4 0 0 0.0.0.0:3000 DESKTOP LISTEN
|
tcp4 0 0 0.0.0.0:3000 DESKTOP LISTEN
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user