snippets > list-kernel-modules-linux-machine

July 23, 2020

List kernel modules installed on a Linux machine

Get a nicely formatted list:

lsmod

Get information about a specific module (this command will fail if the module is not installed):

modinfo <mod_name>