1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-01 08:55:32 +02:00

nmcli: connecting wifi network examples (#2215)

This commit is contained in:
Émile Nadeau 2018-07-28 18:31:35 -04:00 committed by Starbeamrainbowlabs
parent f8d410629d
commit 13eed86527

View file

@ -6,6 +6,14 @@
`nmcli connection`
- 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 {{name}} {{password}}`
- Activate a connection by specifying an uuid:
`nmcli connection up uuid {{uuid}}`