Linux Commands Examples

A great documentation place for Linux commands

lsmod

Show the status of modules in the Linux Kernel


see also : insmod - modprobe - modinfo

Synopsis

lsmod


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
sudo modprobe uinput
lsmod |grep uinput

description

lsmod is a trivial program which nicely formats the contents of the /proc/modules, showing what kernel modules are currently loaded.

copyright

This manual page originally Copyright 2002, Rusty Russell, IBM Corporation. Maintained by Jon Masters and others.


see also

insmod , modprobe , modinfo


authors

Jon Masters <jcm[:at:]jonmasters[:dot:]org>

Developer

Lucas De Marchi <lucas.demarchi[:at:]profusion[:dot:]mobi>

Developer

How can this site be more helpful to YOU ?


give  feedback