mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 08:15:24 +02:00
nmcli: add examples (#10522)
This commit is contained in:
parent
17202d47df
commit
3c578d74ec
1 changed files with 8 additions and 0 deletions
|
@ -4,6 +4,14 @@
|
|||
> Some subcommands such as `nmcli monitor` have their own usage documentation.
|
||||
> More information: <https://networkmanager.dev/docs/api/latest/nmcli.html>.
|
||||
|
||||
- List all available wifi networks:
|
||||
|
||||
`nmcli device wifi`
|
||||
|
||||
- Connect to a wifi network:
|
||||
|
||||
`nmcli dev wifi connect {{SSID}}`
|
||||
|
||||
- Run an `nmcli` subcommand:
|
||||
|
||||
`nmcli {{agent|connection|device|general|help|monitor|networking|radio}} {{command_options}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue