1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 01:42:09 +02:00
tldr/pages/linux/nmcli-device.md
2020-03-06 17:10:05 +00:00

15 lines
331 B
Markdown

# 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}}`