Answers for "Find what is running on port 8000"

0

Find what is running on port 8000

$ lsof -i TCP:8000 | grep LISTEN
Posted by: Guest on May-13-2021

Code answers related to "Find what is running on port 8000"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language