For Linux users use the following command
fuser -n tcp 80or use
sudo lsof -i :22 or use
lsof|grep 862 ypbind 1529 root 5u IPv4 4681 TCP *:862For Windows Users use the following command
netstat -a -b -o -n -->
fuser -n tcp 80sudo lsof -i :22 lsof|grep 862 ypbind 1529 root 5u IPv4 4681 TCP *:862netstat -a -b -o -n
Disqus comments