From owner-freebsd-questions Wed May 26 22:40:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail0.atl.bellsouth.net (mail0.atl.bellsouth.net [205.152.0.27]) by hub.freebsd.org (Postfix) with ESMTP id 9D20514DF2 for ; Wed, 26 May 1999 22:40:23 -0700 (PDT) (envelope-from wghicks@bellsouth.net) Received: from wghicks.bellsouth.net (host-209-214-67-150.atl.bellsouth.net [209.214.67.150]) by mail0.atl.bellsouth.net (8.8.8-spamdog/8.8.5) with ESMTP id BAA13371; Thu, 27 May 1999 01:39:39 -0400 (EDT) Received: from wghicks (wghicks@localhost [127.0.0.1]) by wghicks.bellsouth.net (8.9.3/8.9.2) with ESMTP id BAA34173; Thu, 27 May 1999 01:42:28 -0400 (EDT) (envelope-from wghicks@wghicks.bellsouth.net) Message-Id: <199905270542.BAA34173@bellsouth.net> To: "Andre Anneck" Cc: freebsd-questions@FreeBSD.ORG, wghicks@wghicks.bellsouth.net Subject: Re: How to check which ports are in use? In-reply-to: Your message of "Thu, 27 May 1999 07:37:51 +0200." <199905270525.HAA16939@bbaer.muenster.de> Date: Thu, 27 May 1999 01:42:28 -0400 From: W Gerald Hicks Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hi there, > can someone point me to the place where I can read about how to >get information about which ports are currently in use? Ports? You mean software installed from the ports collection or something else? 'pkg_info -a' will show gobs of information for the former... cd /usr/ports/sysutils/lsof && make install clean && man lsof should help with other types of 'ports'. > I am using 3.0 Release. Ouch! That's very stale. Good Luck, Jerry Hicks wghicks@bellsouth.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message