1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

insmod: add Spanish translation (#15599)

This commit is contained in:
Darío Hereñú 2025-02-02 13:44:30 -03:00 committed by GitHub
parent 55c5ba86f3
commit 671312ca02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

9
pages.es/linux/insmod.md Normal file
View file

@ -0,0 +1,9 @@
# insmod
> Carga módulos dinámicamente en el Kernel Linux.
> Vea también: `kmod` para otros comandos de gestión de módulos.
> 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}}`