1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 14:02:08 +02:00
tldr/pages/linux/nmcli-networking.md
2024-10-10 10:22:22 +02:00

21 lines
565 B
Markdown

# nmcli networking
> Manage the networking status of NetworkManager.
> This subcommand can also be called with `nmcli n`.
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html>.
- Show the networking status of NetworkManager:
`nmcli networking`
- Enable or disable networking and all interfaces managed by NetworkManager:
`nmcli networking {{on|off}}`
- Show the last known connectivity state:
`nmcli networking connectivity`
- Show the current connectivity state:
`nmcli networking connectivity check`