snippetbashTip
nmcli networking — Manage the networking status of NetworkManager. More information: <https://networkmanager.pages.free
Viewed 0 times
thecommandnetworkingstatusnmcli networkingclimanagenetworkmanager
linux
Problem
How to use the
nmcli networking command: Manage the networking status of NetworkManager. More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html#networking>.Solution
nmcli networking — Manage the networking status of NetworkManager. More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html#networking>.Show the networking status of NetworkManager:
nmcli {{[n|networking]}}Enable or disable networking and all interfaces managed by NetworkManager:
nmcli {{[n|networking]}} {{on|off}}Show the last known connectivity state:
nmcli {{[n|networking]}} {{[c|connectivity]}}Show the current connectivity state:
nmcli {{[n|networking]}} {{[c|connectivity]}} {{[c|check]}}Code Snippets
Show the networking status of NetworkManager
nmcli {{[n|networking]}}Enable or disable networking and all interfaces managed by NetworkManager
nmcli {{[n|networking]}} {{on|off}}Show the last known connectivity state
nmcli {{[n|networking]}} {{[c|connectivity]}}Show the current connectivity state
nmcli {{[n|networking]}} {{[c|connectivity]}} {{[c|check]}}Context
tldr-pages: linux/nmcli networking
Revisions (0)
No revisions yet.