Answers for "lsof command to check port"

4

lsof port

$ lsof -i :port
# ex. lsof -i :3000
Posted by: Guest on August-13-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language