mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 05:45:33 +08:00
229 B
229 B
insmod
Carga módulos dinámicamente en el Kernel Linux. Vea también:
kmod. Más información: https://manned.org/insmod.
- Inserta un módulo del kernel en el kernel de Linux:
sudo insmod {{ruta/a/módulo.ko}}