nmcli-general, nmcli-networking: add page (#8264)

* nmcli-general: add page

* nmcli-networking: add page
This commit is contained in:
marchersimon
2022-07-30 14:23:57 +02:00
committed by GitHub
parent 1dc747127b
commit 236c68f8a8
7 changed files with 55 additions and 2 deletions

View File

@@ -0,0 +1,21 @@
# nmcli networking
> Manage the networking status of NetworkManager.
> This subcommand can also be called with `nmcli n`.
> More information: <https://networkmanager.dev/docs/api/latest/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`