
Howto display list of modules (device drivers) in the Linux Kernel ...
Aug 31, 2024 · This quick tutorial explains how to display a list of the Linux kernel device drivers ( modules ) using the lsmod and modinfo commands.
Listing All Loadable Kernel Modules | Baeldung on Linux
Mar 18, 2024 · In this tutorial, we will see what these loadable kernel modules are, how can we list them, and how we can add and remove them from the kernel tree. 2. What Are Loadable …
How to list all loadable kernel modules? - Unix & Linux Stack …
There is lsmod command of kmod package in Arch Linux what lists and shows the status of Linux kernel modules that contains other useful commands such as modinfo, rmmod modprobe too.
Display Linux Kernel Module Information With Modinfo Command
Aug 16, 2025 · In this comprehensive guide, we will delve into the fundamental concepts of Linux kernel modules and, most importantly, explore the indispensable modinfo command.
Chapter 2. Managing kernel modules - Red Hat
Learn about kernel modules, how to display their information, and how to perform basic administrative tasks with kernel modules. 2.1. Introduction to kernel modules. Extend the Red …
Kernel and Module Management Commands in Linux
Jan 7, 2026 · Kernel and module management commands in Linux are used to control, load, unload, and manage kernel modules and system services. These commands help …
Lsmod Command in Linux (List Kernel Modules) - linuxvox.com
Dec 12, 2025 · The lsmod command is a user-space utility that lists all currently loaded kernel modules on a Linux system. It provides a concise summary of each module’s name, size, and …
lsmod Command Linux: Complete Guide to Listing Kernel Modules
Aug 25, 2025 · Master the lsmod command in Linux to list, analyze, and manage loaded kernel modules. Learn syntax, options, and practical examples for system administration.
Learn to List Loaded Kernel Modules on Your System
Learn to list loaded kernel modules and manage your system's kernel with ease. Follow our how-to guide for detailed instructions and expert tips.
How to Add, Remove, and Manage Linux Kernel Modules (Drivers)
May 11, 2024 · Usually, all Linux kernel modules (drivers) are stored in the module directory located that /lib/modules/$ (uname -r) directory. To see current modules, type the following ls …