mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 11:43:00 +00:00
15 lines
359 B
Plaintext
15 lines
359 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# nmcli monitor
|
|
|
|
> Monitor changes to the NetworkManager connection status.
|
|
> This subcommand can also be called with `nmcli m`.
|
|
> More information: <https://networkmanager.dev/docs/api/latest/nmcli.html>.
|
|
|
|
- Start monitoring NetworkManager changes:
|
|
|
|
`nmcli monitor`
|