Answers for "linux expose port 80"

-1

used port linux

# Linux
ss -ltn

# windows
netstat -a -p -n tcp | findstr LISTENING

# SOURCE 
https://solace.community/discussion/26/how-to-find-a-free-tcp-port-for-testing-pubsub-with-docker
Posted by: Guest on September-01-2021
0

linux free port 8080

fuser -n tcp -k 9001
Posted by: Guest on October-05-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language