Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 85 Bytes

find_the_command_thats_using_some_port.md

File metadata and controls

6 lines (5 loc) · 85 Bytes

Find the command that's using some port

lsof -i :{port}
lsof -i :3000