1
0
Fork 0
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:
Managor 2023-07-24 20:59:53 +03:00 committed by GitHub
parent 17202d47df
commit 3c578d74ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}}`