Answers for "kill traffic to port linux"

0

kill traffic to port linux

sudo kill $(sudo lsof -t -i:PORTNUMBER)

# for example
sudo kill $(sudo lsof -t -i:80)
Posted by: Guest on August-17-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language