1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/nmcli.md

21 lines
316 B
Markdown
Raw Normal View History

2017-10-16 07:41:31 -04:00
# nmcli
> A command-line tool for controlling NetworkManager.
> More information: <https://man.archlinux.org/man/nmcli.1>.
2017-10-16 07:41:31 -04:00
- Check the nmcli version:
2017-10-16 07:41:31 -04:00
`nmcli --version`
2017-10-16 07:41:31 -04:00
- Call general help:
`nmcli --help`
- Call help on a command:
`nmcli {{command}} --help`
- Execute an `nmcli` command:
2017-10-16 07:41:31 -04:00
`nmcli {{command}}`