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

2015-09-04 Thread Alex Pilon
> 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.
___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux


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

2015-09-04 Thread Stephen M. Webb
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  

___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux