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