nmcli: add more server examples (#3816)

This commit is contained in:
Lukáš Zapletal
2020-03-06 18:10:05 +01:00
committed by GitHub
parent 2f24ed9b74
commit e54c562361
3 changed files with 50 additions and 16 deletions

View File

@@ -0,0 +1,15 @@
# 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}}`