mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
nmcli-networking: add Spanish translation (#15080)
This commit is contained in:
parent
86838ae36b
commit
23a88b3132
1 changed files with 21 additions and 0 deletions
21
pages.es/linux/nmcli-networking.md
Normal file
21
pages.es/linux/nmcli-networking.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# nmcli networking
|
||||||
|
|
||||||
|
> Administra el estado de red de NetworkManager.
|
||||||
|
> Este subcomando también se puede invocar con `nmcli n`.
|
||||||
|
> Más información: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html>.
|
||||||
|
|
||||||
|
- Muestra el estado de red de NetworkManager:
|
||||||
|
|
||||||
|
`nmcli networking`
|
||||||
|
|
||||||
|
- Activa o desactiva redes y todas las interfaces gestionadas por NetworkManager:
|
||||||
|
|
||||||
|
`nmcli networking {{on|off}}`
|
||||||
|
|
||||||
|
- Muestra el último estado de conectividad conocido:
|
||||||
|
|
||||||
|
`nmcli networking connectivity`
|
||||||
|
|
||||||
|
- Muestra el estado de conectividad actual:
|
||||||
|
|
||||||
|
`nmcli networking connectivity check`
|
Loading…
Add table
Reference in a new issue