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.
anyone know of a command that will display just the "*.sock" unix
domain sockets?
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================