mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-28 14:55:28 +02:00
nmcli: add page (#1547)
This commit is contained in:
parent
3b1696ecb4
commit
d7a1ab2550
1 changed files with 19 additions and 0 deletions
19
pages/linux/nmcli.md
Normal file
19
pages/linux/nmcli.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# nmcli
|
||||
|
||||
> A command line tool for controlling NetworkManager.
|
||||
|
||||
- List all NetworkManager connections (shows name, uuid, type and device):
|
||||
|
||||
`nmcli connection`
|
||||
|
||||
- Activate a connection by specifying an uuid:
|
||||
|
||||
`nmcli connection up uuid {{uuid}}`
|
||||
|
||||
- Deactivate a connection:
|
||||
|
||||
`nmcli connection down uuid {{uuid}}`
|
||||
|
||||
- Print statuses of network interfaces:
|
||||
|
||||
`nmcli device status`
|
Loading…
Add table
Reference in a new issue