add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

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

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