Answers for "use lsof find port example"

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