mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-12 12:47:42 +00:00
Update cheatsheets
This commit is contained in:
26
linux/nmcli-networking
Normal file
26
linux/nmcli-networking
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user