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 - 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
-
-
-
-
-
Loadable kernel modules (LKMs)1m 57s
-
(Locked)
Finding the LKMs1m 38s
-
(Locked)
Challenge: Finding LKMs1m 31s
-
(Locked)
Solution: Finding LKMs1m 23s
-
(Locked)
Using LKM Commands5m 29s
-
(Locked)
Challenge: Working with LKM commands58s
-
(Locked)
Solution: Working with LKM commands3m 37s
-
(Locked)
LKM Dependencies & Use Count2m 59s
-
(Locked)
Challenge: Working with module dependencies and counts2m 12s
-
(Locked)
Solution: Working with module dependencies and counts5m 40s
-
(Locked)
How LKMs and writing LKMs work6m 6s
-
(Locked)
Challenge: How LKMs work1m 41s
-
(Locked)
Solution: How LKMs work3m 17s
-
-
-
-