diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-05-03 10:59:46 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-05-03 10:59:46 +0000 |
commit | 673b0d84ba9591e07c0bdf0ee49d92eba10f502c (patch) | |
tree | 129e27a1450727b440da4378e0117a468eb9c25e /appendixa/modutils-desc.xml | |
parent | 287ea55da70ceb1f0990554b7db921d525fef816 (diff) |
* Merged newxml into HEAD
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/modutils-desc.xml')
-rw-r--r-- | appendixa/modutils-desc.xml | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/appendixa/modutils-desc.xml b/appendixa/modutils-desc.xml deleted file mode 100644 index 4209b166d..000000000 --- a/appendixa/modutils-desc.xml +++ /dev/null @@ -1,32 +0,0 @@ -<sect2><title>Short descriptions</title> - -<para><command>depmod</command> creates a dependency file, based on the -symbols it finds in the existing set of modules. This dependency file is used -by modprobe to automatically load the required modules.</para> - -<para><command>genksyms</command> generates symbol version information.</para> - -<para><command>insmod</command> installs a loadable module in the running kernel.</para> - -<para><command>insmod_ksymoops_clean</command> deletes saved ksyms and -modules not accessed for two days.</para> - -<para><command>kallsyms</command> extracts all kernel symbols for debugging.</para> - -<para><command>kernelversion</command> reports the major version of the -running kernel.</para> - -<para><command>ksyms</command> displays exported kernel symbols.</para> - -<para><command>lsmod</command> shows which modules are loaded.</para> - -<para><command>modinfo</command> examines an object file associated with -a kernel module and displays any information that it can glean.</para> - -<para><command>modprobe</command> uses a dependency file, created by -depmod, to automatically load the relevant modules.</para> - -<para><command>rmmod</command> unloads modules from the running kernel.</para> - -</sect2> - |