Answers for "see what is running on port windows cli"

1

see what's running on port

netstat -anpe | grep "1234" | grep "LISTEN"
Posted by: Guest on February-08-2022

Code answers related to "see what is running on port windows cli"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language