From owner-freebsd-questions@FreeBSD.ORG Mon Aug 24 19:32:06 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26D21106568C for ; Mon, 24 Aug 2009 19:32:06 +0000 (UTC) (envelope-from andrewlylegould@gmail.com) Received: from mail-fx0-f210.google.com (mail-fx0-f210.google.com [209.85.220.210]) by mx1.freebsd.org (Postfix) with ESMTP id AD43E8FC0C for ; Mon, 24 Aug 2009 19:32:05 +0000 (UTC) Received: by fxm6 with SMTP id 6so1551178fxm.43 for ; Mon, 24 Aug 2009 12:32:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=8LCyf8mTFiARz8susC14/ltJkr1AoDCyXZVPJCjSg5k=; b=I5bovWgW/vOwSf/0E/5OpJvtgoUbf1d9Ci4ZIBi4/rpC3wlmDZQ4IhL6gYmKDThB+W TrFONAtaRWkX1VTj65K8Zw2nlSb6dtxzFdjyr3ojMqVUK2AqD/PiUnXVgm55tKk/mvYH eAeNjWrcGmwHOjcLyhr2B7Y7gpSer+4EV59NA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=SBhZD+uZN1/IvgUx8PTBXG1hePQL7k9xt/X9CdtMW8Sj/y3idivkoaczSzDckCxMFE xtzG2Wl6AFI42nXybkiuXY4q/Jy4xzkMvY8hHbtcl77lipzua/lEynVX3RuWyUuib7xa Rj6Nm/WAkRTRU0KIGKpukY6sul2aJKptEEbHg= MIME-Version: 1.0 Received: by 10.223.132.207 with SMTP id c15mr5129419fat.56.1251142324687; Mon, 24 Aug 2009 12:32:04 -0700 (PDT) In-Reply-To: <20090824152932.0780db11@scorpio.seibercom.net> References: <20090824152932.0780db11@scorpio.seibercom.net> Date: Mon, 24 Aug 2009 14:32:04 -0500 Message-ID: From: Andrew Gould To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: Equivilant of 'lsmod' 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, 24 Aug 2009 19:32:06 -0000 On Mon, Aug 24, 2009 at 2:29 PM, Jerry wrote: > What is the equivalent of the Linux 'lsmod' command in FreeBSD? > > -- > Jerry > gesbbb@yahoo.com > I think it's kldstat. Andrew