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:
parent
55c5ba86f3
commit
671312ca02
1 changed files with 9 additions and 0 deletions
9
pages.es/linux/insmod.md
Normal file
9
pages.es/linux/insmod.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue