Files
tldr/pages.zh/linux/insmod.md

8 lines
183 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# insmod
> 动态加载模块到Linux内核中。
> 更多信息请访问:<https://manned.org/insmod>。
- 将内核模块插入Linux内核
`sudo insmod {{path/to/module.ko}}`