Hello,
I'm a novice in Linux but I'm still learning. Now, is there a way for me too see which process is using a certain port? Perhaps, a command? Any help would be great.
Thanks!
It can possible, what you asked. Either use netstat Or lsof command. For an example, try this one, netstat -tulpn | grep Listen Or netstat -nlp. For running these commands, root admin is necessary.
Discuss This Question: 1  Reply