Answers for "exit port in linux terminal"

6

kill port 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 "Shell/Bash"

Browse Popular Code Answers by Language