Last Updated: February 25, 2016
·
864
· dvdhpkns

Kill Process Running on a Port

Kill a process running on port 80:

sudo kill $(sudo lsof -t -i:80)