[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] please... help...? [RaQ3i]



On Mon, 3 Jul 2000, Theodore Jones wrote:
> Hello,
> 
> can anyone identify what something like this would indicate when I do a
> "netstat"
> 
> Active UNIX domain sockets (w/o servers)
> Proto RefCnt Flags       Type       State         I-Node Path
> unix  0      [ ]         STREAM     CONNECTED     406074 @0000985e

I think it means they are sockets without names (unix domain sockets don't
actully have to have names associated with them when created)

cat /proc/net/unix

for a different view of the sockets...

g