nmcli: refresh (#6203)

beep
CleanMachine1 2021-07-11 20:40:19 +01:00 committed by GitHub
parent 001cc048e3
commit 2b871bedec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -1,20 +1,20 @@
# nmcli
> A command-line tool for controlling NetworkManager.
> More information: <https://man.archlinux.org/man/nmcli.1>.
> More information: <https://manned.org/nmcli>.
- Check the nmcli version:
- Run an `nmcli` subcommand:
`nmcli {{agent|connection|device|general|help|monitor|networking|radio}} {{command_options}}`
- Display the current version of NetworkManager:
`nmcli --version`
- Call general help:
- Display help:
`nmcli --help`
- Call help on a command:
- Display help for a subcommand:
`nmcli {{command}} --help`
- Execute an `nmcli` command:
`nmcli {{command}}`
`nmcli {{subcommand}} --help`