mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 17:06:05 +02:00
nmcli-device: add wifi show-password example (#5191)
This commit is contained in:
parent
de1bb7bd00
commit
09e78d4bc2
1 changed files with 4 additions and 0 deletions
|
@ -13,3 +13,7 @@
|
||||||
- Connect to the Wi-Fi network with a specified name and password:
|
- Connect to the Wi-Fi network with a specified name and password:
|
||||||
|
|
||||||
`nmcli device wifi connect {{ssid}} password {{password}}`
|
`nmcli device wifi connect {{ssid}} password {{password}}`
|
||||||
|
|
||||||
|
- Print password and QR code for the current Wi-Fi network:
|
||||||
|
|
||||||
|
`nmcli device wifi show-password`
|
||||||
|
|
Loading…
Add table
Reference in a new issue