Command: nc -l IP_ADDRESS 50000
returns: nc: Address already in use
But when I am searching what application is using that port, I got nothing. I was using netstat, ss, tcpdump, fuser, lsof and no output for that port.
Kernel version: 5.3.18-150300.59.98-default
Sles version 15.3
Don’t know. Those are dynamic ports, so maybe at some point in time there was application running on that port. But what that changing?
Or maybe there is a way to check that?