command line - Unable to Kill Whatever Process is Running on Port 80 -


[***edit: tried searching again command lsof -wni tcp:80 , process comes name google on different port , noticed whenever kill process kills google. happened command mentioned below didn't notice first time]

i have killed terminal windows , closed out, there still running on localhost:80. on mac , in terminal searched:

lsof -i tcp:80 

and came info under command says google , pid 270.

i typed:

kill -9 270. 

did search. nothing there. still when go localhost:80, in browser says "it works!" used write in past whenever wanted check , see if functioning before proceeding.

i have no idea how rid of this. tried several other suggestions based on internet searches , none work.

is there command can run kill every process on every port don't have go through again? please help! (time sensitive matter). thank you!

you have use sudo kill process binded port lower 1024.

you may have service running spawn new processes

more information


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -