Linux System Administration – Part 3

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 :

Another way to list all currently loaded kernel modules is to use “cat /proc/modules”. Example :

Getting information about files The “ls …

Linux System Administration – Part 3 Read More ยป