mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
iwctl: add Spanish translation (#21804)
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
# iwctl
|
||||
|
||||
> Controla el suplicante de red `iwd`.
|
||||
> Vea también: `nmcli`, `iw`.
|
||||
> Más información: <https://manned.org/iwctl>.
|
||||
|
||||
- Ejecuta `iwctl` en modo interactivo:
|
||||
|
||||
`iwctl`
|
||||
|
||||
- Muestra las estaciones Wi-Fi:
|
||||
|
||||
`iwctl station list`
|
||||
|
||||
- Busca redes con una estación:
|
||||
|
||||
`iwctl station {{estación}} scan`
|
||||
|
||||
- Muestra las redes encontradas por una estación:
|
||||
|
||||
`iwctl station {{estación}} get-networks`
|
||||
|
||||
- Conectarse a una red con una estación; si se necesitan credenciales, se solicitarán:
|
||||
|
||||
`iwctl station {{estación}} connect {{nombre_red}}`
|
||||
|
||||
- Muestra la ayuda:
|
||||
|
||||
`iwctl {{[-h|--help]}}`
|
||||
Reference in New Issue
Block a user