From owner-freebsd-questions@FreeBSD.ORG Tue Jan 4 16:07:00 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6932F16A4CE for ; Tue, 4 Jan 2005 16:07:00 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FD6F43D1F for ; Tue, 4 Jan 2005 16:07:00 +0000 (GMT) (envelope-from henninb@gmail.com) Received: by mproxy.gmail.com with SMTP id q44so299002cwc for ; Tue, 04 Jan 2005 08:07:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=YM9kg3OhlZ6ydcWebq55Stm8UROrSw7EeE/LJ5RsempgTPoaLX2y/Nq6lf0RTR/f+kh2Mjqf1g9N41qqfb96nX42bsSz24S9+tQrMlRijXuLdlxVDzBOBfikyeUfMgs5r5w7+nvVqwUD67ycSwf9e9vMmz+RyOJChg+Un2Vto24= Received: by 10.11.94.36 with SMTP id r36mr178846cwb; Tue, 04 Jan 2005 08:07:00 -0800 (PST) Received: by 10.11.118.37 with HTTP; Tue, 4 Jan 2005 08:07:00 -0800 (PST) Message-ID: <47f8d9310501040807598aa18c@mail.gmail.com> Date: Tue, 4 Jan 2005 10:07:00 -0600 From: Brian Henning To: FreeBSD Questions Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: port process X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Brian Henning List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jan 2005 16:07:00 -0000 Hey, I have a xvfb process that needs a network port (6112 I think), but there is a process already using the port. The problem is that I don't know what the process is that is using it. Is there a way in unix to tell what process is using a specific network port. Thanks, H