Date: Wed, 4 Sep 2002 14:40:59 +0100 From: Daniel Bye <dan@slightlystrange.org> To: freebsd-questions@FreeBSD.ORG Subject: Re: what is .zerv Message-ID: <20020904134059.GB91519@catflap.home.slightlystrange.org> In-Reply-To: <20020903210958.18506.qmail@web21205.mail.yahoo.com> References: <20020903210958.18506.qmail@web21205.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Sep 04, 2002 at 05:09:58AM +0800, adrian kok wrote: > Hi all > > I typed netstat -an and got the following but i don't > know them and how to stop it also > > Thank you > > udp4 0 0 *.514 *.* > > udp6 0 0 *.514 *.* > > icm6 0 0 *.* *.* > > Active UNIX domain sockets > Address Type Recv-Q Send-Q Inode Conn > Refs Nextref Addr > d7c20f00 stream 0 0 d7c1b900 0 > 0 0 /tmp/.zserv You can use sockstat to find out which process owns the file: sockstat -u will show you AF_UNIX domain sockets. The second column is the name of the command that opened the file. HTH Dan -- Daniel Bye PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc PGP Key fingerprint: 3D73 AF47 D448 C5CA 88B4 0DCF 849C 1C33 3C48 2CDC _ ASCII ribbon campaign ( ) - against HTML, vCards and X - proprietary attachments in e-mail / \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020904134059.GB91519>