kill process that has given port open
Sometimes I need to lookup process that hold a port open. On Linux this is quite easy but on Mac I was struggling to find a proper way. Here is the netstat variant you can use on Mac: Replace the 8080 with the wanted port. You will see a line like this: The 54876 is […]
kill process that has given port open Read More »