lsmod
lsmod is a trivial program which nicely formats the contents of the /proc/modules, showing what kernel modules are currently loaded.[1]
Documentation
- man 8 'lsmod' [EN]
Examples
- Get a list of loaded kernel modules
lsmod
Output:
Module Size Used by
vsock 29487 0
ipv6 222966 20
vmmemctl 6478 0
pvscsi 9264 0
ppdev 6529 0
pcnet32 24148 0
...
References
- ↑ man 8 'lsmod'