HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

insmod — Dynamically load modules into the Linux Kernel. See also: `kmod`. More information: <https://manned.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandmodulesinsmodloaddynamicallycliinto
linux

Problem

How to use the insmod command: Dynamically load modules into the Linux Kernel. See also: kmod. More information: <https://manned.org/insmod>.

Solution

insmod — Dynamically load modules into the Linux Kernel. See also: kmod. More information: <https://manned.org/insmod>.

Insert a kernel module into the Linux kernel:
sudo insmod {{path/to/module.ko}}

Code Snippets

Insert a kernel module into the Linux kernel

sudo insmod {{path/to/module.ko}}

Context

tldr-pages: linux/insmod

Revisions (0)

No revisions yet.