mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
418 B
Plaintext
22 lines
418 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# wifi-menu
|
|
|
|
> Interactively connect to a wireless network.
|
|
> More information: <https://manned.org/wifi-menu>.
|
|
|
|
- Set up a wireless connection interactively:
|
|
|
|
`wifi-menu`
|
|
|
|
- Interactively set up a connection to a network and obscure the password:
|
|
|
|
`wifi-menu {{[-o|--obscure]}}`
|
|
|
|
- Display help:
|
|
|
|
`wifi-menu {{[-h|--help]}}`
|