mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-14 10:32:11 +03:00
331 B
331 B
nmcli device
Hardware device management with NetworkManager.
- Print the statuses of all network interfaces:
nmcli device status
- Print the available Wi-Fi access points:
nmcli device wifi
- Connect to the Wi-Fi network with a specified name and password:
nmcli device wifi connect {{ssid}} password {{password}}