The lsmod command in Linux is used to display information about all the currently loaded kernel modules. Kernel modules are pieces of code that can be loaded and unloaded into the kernel upon demand, ...
Mostra l'estat dels mòduls carregats en el kernel de linux. Vegeu també modprobe, el qual carrega mòduls de kernel. Més informació: https://manned.org/lsmod.
lsmod lists modules currently loaded into the kernel. 'Used by' tells you the number of other modules or devices dependent on the module.<BR>Not tainted means no non-GPL modules have been ...