mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-30 17:33:50 +08:00
nmcli: add page (#1547)
This commit is contained in:
@@ -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`
|
||||
Reference in New Issue
Block a user