mirror of https://github.com/CrimsonTome/tldr.git
16 lines
331 B
Markdown
16 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}}`
|