From owner-freebsd-questions@FreeBSD.ORG Mon Aug 24 20:58:43 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 B9E9F106568E for ; Mon, 24 Aug 2009 20:58:43 +0000 (UTC) (envelope-from corky1951@comcast.net) Received: from QMTA01.emeryville.ca.mail.comcast.net (qmta01.emeryville.ca.mail.comcast.net [76.96.30.16]) by mx1.freebsd.org (Postfix) with ESMTP id 19D968FC0C for ; Mon, 24 Aug 2009 20:58:42 +0000 (UTC) Received: from OMTA03.emeryville.ca.mail.comcast.net ([76.96.30.27]) by QMTA01.emeryville.ca.mail.comcast.net with comcast id YJ3m1c00i0b6N64A1Lye9V; Mon, 24 Aug 2009 20:58:38 +0000 Received: from comcast.net ([98.203.142.76]) by OMTA03.emeryville.ca.mail.comcast.net with comcast id YLyh1c0031f6R9u8PLyhCn; Mon, 24 Aug 2009 20:58:42 +0000 Received: by comcast.net (sSMTP sendmail emulation); Mon, 24 Aug 2009 13:58:39 -0700 Date: Mon, 24 Aug 2009 13:58:39 -0700 From: Charlie Kester To: freebsd-questions@freebsd.org Message-ID: <20090824205839.GB28580@comcast.net> Mail-Followup-To: freebsd-questions@freebsd.org References: <20090824152932.0780db11@scorpio.seibercom.net> <20090824193309.GI77498@dan.emsphone.com> <4A92EDA6.2020809@lemonia.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <4A92EDA6.2020809@lemonia.org> X-Mailer: Mutt 1.5.20 X-Composer: VIM 7.2 User-Agent: Mutt/1.5.20 (2009-06-14) 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 20:58:43 -0000 On Mon 24 Aug 2009 at 12:44:38 PDT Dunc wrote: >Dan Nelson wrote: >> In the last episode (Aug 24), Jerry said: >>> What is the equivalent of the Linux 'lsmod' command in FreeBSD? >> >> Remember to actually describe what you want, rather than just giving the >> linux command. To list the loaded kernel modules, run kldstat. >> > >I think he wanted to know what the equivalent of the Linux 'lsmod' >command is. Is kldstat 100% semantically congruent with lsmod? I.e., are there things you can do with lsmod that you can't with kldstat? A quick comparison of the manpages will probably give the answer, but it will save everyone some time if the OP explains what he wants to do that he would have used lsmod for if this were Linux. Besides, not everyone here is familiar with Linux and not everyone wants to spend any time learning it. Just giving the Linux command for something means you're unnecessarily narrowing down the number of people who can give you an answer.