Created: 2024-07-12 Copyright: CC-BY-SA 4.0 Language: en
There was need to find who is using port in my server. Before I used `netstat` but I figure out that it is old command and now people use `ss`.
Example to see who is using 1965 port:
ss -tulpn | grep 1965
Page counter: a