We can use netstat command for this purpose. Netstat command lists the statistics about network connections. We can grep for the port in which we are interested.
Exact command will be:
% netstst –a | grep “port number”
learn more to earn more!
We can use netstat command for this purpose. Netstat command lists the statistics about network connections. We can grep for the port in which we are interested.
Exact command will be:
% netstst –a | grep “port number”