Thursday, August 10, 2023

Kill process using a port

 use below command on Mac OS


 sudo lsof -t -i tcp:9443| sudo xargs kill -9

No comments:

Post a Comment