System Grab Bag

View all TLDR pages from Linux (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.