From the course: Advanced Linux: The Linux Kernel

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Challenge: Working with LKM commands

Challenge: Working with LKM commands - Linux Tutorial

From the course: Advanced Linux: The Linux Kernel

Challenge: Working with LKM commands

(upbeat music) - [Instructor] Let's use some of these Linux kernel commands. All right, can you figure out how many loadable modules are currently dynamically loaded into your system? That should be way less than the number that are installed. Can you determine which was the first module loaded? What about is the msdos module loaded? If it's not loaded, load it. If you loaded it, is the use count zero? If you loaded it and the use count is zero, then remove the module. That should be safe. And then according to the module info for the sunrpc module, what are reported for the license, the version magic, and the number of module parameters? Give it a go.

Contents