• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / How To List All Kernel Modules That Are Loaded In Ubuntu

How To List All Kernel Modules That Are Loaded In Ubuntu

By Sourabh / December 13, 2023 Category: How To, Ubuntu

List all kernel modules that are loaded in Ubuntu Linux. You can use lsmod command to list kernel modules on Ubuntu.

List All Kernel Modules That Are Loaded Ubuntu

You can use the lsmod command to list all kernel modules that are loaded in Ubuntu. It gives the list of what kernel modules are currently loaded.

The lsmod command is used to show the status of modules in the Linux Kernel. The lsmod is a trivial program which nicely formats the contents of the /proc/modules, showing what kernel modules are currently loaded.

How To Check All Available Kernel Version In Linux

By default, all installed Linux Kernels and their associated files are stored under /boot directory named vmlinuz. To check all available Kernel version in Linux, run one of the following commands:

find /boot/vmli*
dpkg --list | grep linux-image
sudo dpkg ––list | egrep –i ––color ‘linux-image|linux-headers’
sudo dpkg ––list | egrep –i ––color ‘linux-image|linux-headers’ | wc –l

If you want to list all installed kernels on Ubuntu except current one, run the command:

dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d'

If you wann to print the name of the kernel currently being used and the date of installation and update, run the uname command with -sv options.

Primary Sidebar

Latest Posts

Ubuntu 25.04 ‘Plucky Puffin’ Is Available To Download

How to Login as Root User in Linux Terminal

Install Firefox In Ubuntu Terminal Command Line

How To Check Kernel Installed Date In Linux Ubuntu

How To List All Kernel Modules That Are Loaded In Ubuntu

Enable Ubuntu Auto Login Without Password

Download Ubuntu 25.04 Official Default Wallpapers

How To Fix Initramfs Error In Ubuntu Command Line

How To Check All Available Kernel Version In Linux Ubuntu

3 Best Artificial Intelligence Domain Name Generators

© 2025 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap