Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 118 Bytes

osx_sh.md

File metadata and controls

13 lines (9 loc) · 118 Bytes

Find Port in Use

osx

$ lsof -i -P -n | grep TCP

linux

$ netstat -ntlp | grep 8080