Changed sulogin's respawn in inittab to 'once'
[linux_from_scratch.git] / BOOK / appendixa / modutils-desc.xml
blob8f6dd46a38e92f2e8995aecb2ec523418e36915d
1 <sect2><title>Contents of Modutils</title>
3 <para>Last checked against version &modutils-contversion;.</para>
5 <sect3><title>Program Files</title>
6 <para>depmod, genksyms, insmod, insmod_ksymoops_clean, kallsyms (link to
7 insmod), kernelversion, ksyms (link to insmod), lsmod (link to insmod), 
8 modinfo, modprobe (link to insmod) and rmmod (link to insmod)</para></sect3>
10 <sect3><title>Descriptions</title>
12 <sect4><title>depmod</title>
13 <para>depmod handles dependency descriptions for loadable 
14 kernel modules.</para></sect4>
16 <sect4><title>genksyms</title>
17 <para>genksyms reads (on standard input) the output from gcc  -E source.c 
18 and generates a file containing version information.</para></sect4>
20 <sect4><title>insmod</title>
21 <para>insmod installs a loadable module in the running kernel.</para></sect4>
23 <sect4><title>insmod_ksymoops_clean</title>
24 <para>insmod_ksymoops_clean deletes saved ksyms and modules not accessed in 
25 2 days.</para></sect4>
27 <sect4><title>kallsyms</title>
28 <para>kallsyms extracts all kernel symbols for debugging.</para></sect4>
30 <sect4><title>kernelversion</title>
31 <para>kernelversion reports the major version of the 
32 running kernel.</para></sect4>
34 <sect4><title>ksyms</title>
35 <para>ksyms displays exported kernel symbols.</para></sect4>
37 <sect4><title>lsmod</title>
38 <para>lsmod shows information about all loaded modules.</para></sect4>
40 <sect4><title>modinfo</title>
41 <para>modinfo examines an object file associated with a kernel module and 
42 displays any  information that it can glean.</para></sect4>
44 <sect4><title>modprobe</title>
45 <para>modprobe uses a Makefile-like dependency file, created by depmod,
46 to automatically load the relevant module(s) from the set of modules 
47 available in predefined directory trees.</para></sect4>
49 <sect4><title>rmmod</title>
50 <para>rmmod unloads loadable modules from the running kernel.</para></sect4>
52 </sect3>
54 </sect2>