On 15-09-04 10:48 AM, Robert P. J. Day wrote: > > i'm currently running the docker daemon on my fedora system, and by > default, it starts and listens on the unix domain socket > /var/run/docker.sock: > > $ ls -l /var/run/docker.sock > srw-rw----. 1 root docker 0 Sep 4 10:15 /var/run/docker.sock > $ > > i'm looking for any command that will display all of the currently > open unix domain sockets on my system -- i thought i found one in > "ss" (part of iproute suite), but that just seems to dump the regular > network sockets. Try "netstat -axp" -- Stephen M. Webb <stephen [ dot ] webb [ at ] bregmasoft [ dot ] ca>