From owner-freebsd-questions@FreeBSD.ORG Fri Sep 30 16:15:37 2005 Return-Path: X-Original-To: questions@freebsd.org 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 E5E1C16A41F for ; Fri, 30 Sep 2005 16:15:37 +0000 (GMT) (envelope-from henninb@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8667743D48 for ; Fri, 30 Sep 2005 16:15:37 +0000 (GMT) (envelope-from henninb@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so143399qbd for ; Fri, 30 Sep 2005 09:15:36 -0700 (PDT) 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:content-disposition; b=LUNXdRDx8dpim/pZ5A0U6iyhPnytloZB42TZHJ0UTtlhZkIpXnFvCBfgdwyWQqz0DTbFpwu8kW1a8g1WbEG6jCZSHA4i5FTtH5Sj7O9KpqtyhawCwlU+fGshl/NIC1UjCKj3zpo9qupZ2CTaS38NFSjajjlllhYqvMU3xCp5/mQ= Received: by 10.65.112.5 with SMTP id p5mr1022236qbm; Fri, 30 Sep 2005 09:15:36 -0700 (PDT) Received: by 10.65.113.2 with HTTP; Fri, 30 Sep 2005 09:15:36 -0700 (PDT) Message-ID: <47f8d9310509300915k8f9da96hb91b195dffa2b4bc@mail.gmail.com> Date: Fri, 30 Sep 2005 11:15:36 -0500 From: Brian Henning To: FreeBSD Questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: FBSD 5.4 - netstat -p tcp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Brian Henning List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 16:15:38 -0000 All, Using FBSD 5.4 and trying to see if there are open ports on my machine. when i use netstat -p tcp, it yields no results, but i know for a fact that i am running an sshd server on the machine because i am logged in remotely with putty. Any thoughts, Brian PS: netstat -p udp shows a list of all udp services running.