From owner-freebsd-security@FreeBSD.ORG Mon Jan 26 01:10:35 2004 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11EE616A4CE for ; Mon, 26 Jan 2004 01:10:35 -0800 (PST) Received: from mail.butovo-online.ru (mail.b-o.ru [212.5.78.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ADD043D1D for ; Mon, 26 Jan 2004 01:10:33 -0800 (PST) (envelope-from resident@b-o.ru) Received: from [192.168.92.185] (helo=192.168.92.185) by mail.butovo-online.ru with esmtp (Exim 4.24) id 1Al2sU-000ITD-UG for freebsd-security@freebsd.org; Mon, 26 Jan 2004 12:17:54 +0300 Date: Mon, 26 Jan 2004 12:11:55 +0300 From: Andrew Riabtsev X-Mailer: The Bat! (v1.62i) Business X-Priority: 3 (Normal) Message-ID: <1653155537.20040126121155@b-o.ru> To: freebsd-security@freebsd.org In-Reply-To: <01a901c3e294$8ea8a500$3501a8c0@peter> References: <01a901c3e294$8ea8a500$3501a8c0@peter> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: Kernel modules listing X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrew Riabtsev List-Id: Security issues [members-only posting] List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 09:10:35 -0000 Hi Peter, Saturday, January 24, 2004, 7:10:16 PM, you wrote: PR> Hi all, PR> please, is there some utility/command/... to list all installed kernel PR> modules ? PR> Peter Rosa try ls /modules - lists loadable modules kldstat -v - lists all loaded and compiled in modules. -- Andrew mailto:resident@b-o.ru