Modules | Your secret spy resident for Linux, web server and hardware

Posts tagged ‘modules’

Check connected modules on your Linux system

There is simple command allows you to see what is connected and loaded on your Linux system at present moment.

Type: lsmod

Linux lsmod

To easier trace modules on the system, type: ls /lib/modules/$(uname -r)

list of connected modules in Linux