Answers for "how to stop port 80 in linux"

1

kill port 80 linux

sudo lsof -i tcp:80
#or
sudo lsof -t -i tcp:80 | sudo xargs kill
Posted by: Guest on September-21-2021
0

kill port 8080 process in linux

port kill
Posted by: Guest on May-01-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language