mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 19:21:35 +01:00
a bit closer
This commit is contained in:
21
kmod.adoc
21
kmod.adoc
@@ -1,8 +1,6 @@
|
||||
[[kmod]]
|
||||
= kmod
|
||||
=== kmod
|
||||
|
||||
Multi-call executable that implements: `lsmod`, `insmod`, `rmmod`, and
|
||||
other tools on desktop distros such as Ubuntu 16.04, where e.g.:
|
||||
Multi-call executable that implements: `lsmod`, `insmod`, `rmmod`, and other tools on desktop distros such as Ubuntu 16.04, where e.g.:
|
||||
|
||||
....
|
||||
ls -l /bin/lsmod
|
||||
@@ -26,24 +24,19 @@ contains:
|
||||
ii kmod 22-1ubuntu5 amd64 tools for managing Linux kernel modules
|
||||
....
|
||||
|
||||
BusyBox also implements its own version of those executables. There are
|
||||
some differences.
|
||||
BusyBox also implements its own version of those executables. There are some differences.
|
||||
|
||||
Buildroot also has a kmod package, but we are not using it since
|
||||
BusyBox' version is good enough so far.
|
||||
Buildroot also has a kmod package, but we are not using it since BusyBox' version is good enough so far.
|
||||
|
||||
This page will only describe features that differ from kmod to the
|
||||
BusyBox implementation.
|
||||
This page will only describe features that differ from kmod to the BusyBox implementation.
|
||||
|
||||
Source code: https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
|
||||
|
||||
[[module-init-tools]]
|
||||
== module-init-tools
|
||||
==== module-init-tools
|
||||
|
||||
Name of a predecessor set of tools.
|
||||
|
||||
[[modprobe]]
|
||||
== modprobe
|
||||
==== modprobe
|
||||
|
||||
Load module under different name to avoid conflicts:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user