Kill Tcp6 0 0

[Solved] Kill Tcp6 0 0 | Erlang - Code Explorer | yomemimo.com
Question : kill tcp6 0 0 :::80 :::* LISTEN 79597/apache2

Answered by : xenophobic-xenomorph-kx4unca3pyt1

sudo lsof -i tcp:80 -s tcp:listen

Source : https://unix.stackexchange.com/questions/244531/kill-process-running-on-port-80 | Last Update : Wed, 13 Apr 22

Question : kill tcp6 0 0 :::80 :::* LISTEN 79597/apache2

Answered by : hilarious-hamerkop-a8alrn6rflia

sudo apt-get install psmisc
sudo fuser 80/tcp
80/tcp: 1858 1867 1868 1869 1871

Source : https://unix.stackexchange.com/questions/244531/kill-process-running-on-port-80 | Last Update : Mon, 02 May 22

Question : kill tcp6 0 0 :::80 :::* LISTEN 79597/apache2

Answered by : hilarious-hamerkop-a8alrn6rflia

sudo lsof -i tcp:80
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
nginx 1858 root 6u IPv4 5043 0t0 TCP ruir.mxxx.com:http (LISTEN)
nginx 1867 www-data 6u IPv4 5043 0t0 TCP ruir.mxxx.com:http (LISTEN)
nginx 1868 www-data 6u IPv4 5043 0t0 TCP ruir.mxxx.com:http (LISTEN)
nginx 1869 www-data 6u IPv4 5043 0t0 TCP ruir.mxxx.com:http (LISTEN)
nginx 1871 www-data 6u IPv4 5043 0t0 TCP ruir.mxxx.com:http (LISTEN)

Source : https://unix.stackexchange.com/questions/244531/kill-process-running-on-port-80 | Last Update : Mon, 02 May 22

Answers related to kill tcp6 0 0 80 listen 79597 apache2

Code Explorer Popular Question For Erlang