July 23, 2020
List Kernel modules installed in a Linux machine
Get a nicely formatted list:
lsmod
Get information about a specific module (if the module is not installed, this command will fail):
modinfo <mod_name>
July 23, 2020
Get a nicely formatted list:
lsmod
Get information about a specific module (if the module is not installed, this command will fail):
modinfo <mod_name>