1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 18:35:41 +02:00
tldr/pages/linux/nmcli-networking.md
2025-07-19 22:37:29 +00:00

568 B

nmcli networking

Manage the networking status of NetworkManager. More information: https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html.

  • 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]}}