[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] please... help...? [RaQ3i]
- Subject: Re: [cobalt-users] please... help...? [RaQ3i]
- From: Theodore Jones <theoj@xxxxxxxxxxxxx>
- Date: Mon Jul 10 18:41:02 2000
Hey thanks for the cat tip!
~ T
flash22@xxxxxxx wrote:
> 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