NetworkManager
| created | 2026-05-30 18:57 |
| modified | 2026-05-30 20:45 |
| tags | linux |
| status | stub |
NetworkManager is a daemon providing a high-level interface for the configuration of network interfaces.
nmcli
CLI for interacting with NetworkManager.
Command reference
# connect
nmcli device wifi connect WIFI_UUID --ask
nmcli d w c WIFI_UUID --ask # if you're impatient
# forget
nmcli con delete WIFI_UUID
nmcli c d