LinuxCommandLibrary

nmcli-networking

Manage the networking status of NetworkManager.

TLDR

Show the networking status of NetworkManager

$ nmcli networking
copy


Enable or disable networking and all interfaces managed by NetworkManager
$ nmcli networking [on|off]
copy


Show the last known connectivity state
$ nmcli networking connectivity
copy


Show the current connectivity state
$ nmcli networking connectivity check
copy

Copied to clipboard