how to close a port mac
sudo lsof -i :5955
how to close a port mac
sudo lsof -i :5955
how to close a port
lsof -n -i4TCP:8080 <-- get process id of what you want to close
sudo kill -9 processID <-- close desired process
kill a server port in terminal
/*
if you have ran a code that uses a server or server port you can easily
kill the server port, and the just created server i think, simply typing:
(ctrl + c) or (cmd + c) for MAC
*/
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us