top | item 46856711

(no title)

gnoack | 27 days ago

Those are pathname UNIX domain sockets, so you address them through the socket file, which is conventionally stored somewhere under /run.

You can run "netstat --listening --unix" to list the UNIX domain servers on your system, to get an impression.

See https://man7.org/linux/man-pages/man7/unix.7.html

discuss

order

direwolf20|27 days ago

And what does the socket connect to?