From owner-freebsd-questions@FreeBSD.ORG Mon Apr 9 15:27:37 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DFF2916A405 for ; Mon, 9 Apr 2007 15:27:37 +0000 (UTC) (envelope-from sgeorge.ml@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id 749AE13C459 for ; Mon, 9 Apr 2007 15:27:37 +0000 (UTC) (envelope-from sgeorge.ml@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so1594761ugh for ; Mon, 09 Apr 2007 08:27:36 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JPZKC4xIgsXlxNbIFcV6bvaQ7r7azYsvLAsMjznBbWyA2fb1uKSm7LKtKjrqv1VOxzWuYYRf+CLU35Nw9EDhn2mBIN6XUzDjbsi0HUW0DanLdzKhoL+cOgNe0kzJVeKjFSQ0nJS8/zO36P9RPwUhOt+5qw6EbVJLLDknvmcp2Zk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lZXik58nd4Xu6kTxWQ77sbQooAzLBknMLu2QQo0JTm4XtoFG0VG/oWBCoVZQG7g0U+UJsIeWII5oZ8rLR2CCZFom9ObyQ8N/56FhLuaTRAJttwDMPMmkoLftV3H0+i67qtggcDiLi/hqmmLlfDm8HeINCsCnzB/9qR3x494oICo= Received: by 10.78.149.13 with SMTP id w13mr872692hud.1176130789067; Mon, 09 Apr 2007 07:59:49 -0700 (PDT) Received: by 10.78.32.18 with HTTP; Mon, 9 Apr 2007 07:59:48 -0700 (PDT) Message-ID: Date: Mon, 9 Apr 2007 20:29:48 +0530 From: "Siju George" To: "freebsd list" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: command to inentify the process that is listening in a port. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 15:27:38 -0000 Hi, How Do you actually Identify what process is listening on a TCP/IP port? "nmap" does not usually give the right answer. There should be some command that can be run on the local host for identification right? Thankyou so much kind Regards Siju