how to kill process in speciafic port in mac code example Example: kill process running on port mac sudo lsof -i :3000 kill -9 <PID>