> On 15-09-04 10:48 AM, Robert P. J. Day wrote: > > 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. Seems to work fine. See below. On Fri, Sep 04, 2015 at 11:19:42AM -0400, Stephen M. Webb wrote: > Try "netstat -axp" net-tools is deprecated, with good reason. It may not be present on some distros. `ss -axp` is the equivalent.