I have a Unix domain socket (for example /var/run/mysqld/mysqld.sock
). I know there is open connection(s) to this socket thanks to lsof -U
or ss -xa
but I cannot find which process is connected to it.
How can I know which process at the other end?