LPI Linux Certification/Kernel Runtime Management & Query
From Wikibooks, the open-content textbooks collection
Weight: 4
Description:
Candidates should be able to manage and/or query a kernel and kernel loadable modules.
- Key knowledge area(s):
- Use command-line utilities to get information about the currently running kernel and kernel modules.
- Manually load and unload kernel modules.
- Determine when modules can be unloaded.
- Determine what parameters a module accepts.
- Configure the system to load modules by names other than their file name.
- The following is a partial list of the used files, terms and utilities:
- /lib/modules/kernel-version/modules.dep
- /etc/modules.conf
- /etc/modprobe.conf
- depmod
- insmod
- lsmod
- rmmod
- modinfo
- modprobe
- uname