netstat process details with the IP address – CentOS
My netstat command is as below on the Centos machine #netstat -n | grep 172.18.0.6 | more tcp 0 0 172.18.0.1:57332 172.18.0.6:8444 FIN_WAIT2 I want to find out which process is running with the IP address 172.18.0.1 . Any way…