home | list info | list archive | date index | thread index

Re: [OCLUG-Tech] what command will display the current unix domain sockets?

  • Subject: Re: [OCLUG-Tech] what command will display the current unix domain sockets?
  • From: Alex Pilon <alp [ at ] alexpilon [ dot ] ca>
  • Date: Fri, 4 Sep 2015 12:02:08 -0400
> 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.