How to monitor the loaded kernel modules A Linux system administrator may be required to watching the loaded kernel modules. The command that help to achieve this is "lsmod". Example : [crayon-5dea5b3e72951659318986/] Another way to list all currently loaded kernel modules is to use "cat /proc/modules". Example : [crayon-5dea5b3e7295c627596387/] Getting
Read More
Brief Technical IntroductionLinuxSystem AdministrationTechnology