Kill a Port Hogging Process on a Mac

Find the port:

lsof -i tcp:$PORT

Kill the process:

kill -9  $PROCESS_ID

Author: Tony Hirst

I'm a Senior Lecturer at The Open University, with an interest in #opendata policy and practice, as well as general web tinkering...

%d bloggers like this: