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>
pull/18/head
Shubham Kshetre 2023-03-21 20:54:32 +05:30 committed by GitHub
parent 66e3f4adce
commit c32d57a086
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

8
pages/linux/insmod.md Normal file
View File

@ -0,0 +1,8 @@
# 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}}`