Answers for "command to close port in linux"

5

kill port in linux

kill -9 $(lsof -t -i:8080)
Posted by: Guest on December-29-2020
1

how to close port in linux

sudo ufw allow PORT
Posted by: Guest on August-11-2020

Code answers related to "command to close port in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language