Answers for "kill tcp6 0 0 :::80 :::* LISTEN 79597/apache2"

0

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

sudo lsof -i tcp:80 -s tcp:listen
Posted by: Guest on April-06-2022
0

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

sudo apt-get install psmisc
sudo fuser 80/tcp

80/tcp:               1858  1867  1868  1869  1871
Posted by: Guest on April-25-2022
0

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

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)
Posted by: Guest on April-25-2022

Code answers related to "kill tcp6 0 0 :::80 :::* LISTEN 79597/apache2"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language