mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-11 01:35:50 +02:00
nmcli: connecting wifi network examples (#2215)
This commit is contained in:
parent
f8d410629d
commit
13eed86527
1 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,14 @@
|
||||||
|
|
||||||
`nmcli connection`
|
`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:
|
- Activate a connection by specifying an uuid:
|
||||||
|
|
||||||
`nmcli connection up uuid {{uuid}}`
|
`nmcli connection up uuid {{uuid}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue