1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 20:22:07 +02:00
tldr/pages/linux/insmod.md
Shubham Kshetre c32d57a086
insmod: add page (#9962)
* insmod: add page

* Update pages/linux/insmod.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Update pages/linux/insmod.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Update pages/linux/insmod.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-03-21 23:24:32 +08:00

8 lines
190 B
Markdown

# insmod
> Dynamically load modules into the Linux Kernel.
> More information: <https://manned.org/insmod>.
- Insert a kernel module into the Linux kernel:
`insmod {{path/to/module.ko}}`