Skip to main content

All Questions

Tagged with
0 votes
3 answers
443 views

Understanding how ports work and how are they different from processes?

I've been a part of a network operations team for quite some time now and was extracting a certificate using this command: openssl s_client -connect <IP>:<PORT> </dev/null | sed -n -e '/...
Keshav Sehgal's user avatar
1 vote
1 answer
3k views

Using lsof and fuser I can't find the process listening on a strange port

I've read other posts about finding the process ID and what's listening, but sadly couldn't get my issue solved. So, apologize if I missed some info about it. Running netstat I found a port that I ...
jmox's user avatar
  • 13