From 88c227d90a6b7b388c5c85d72802a0ca8f05ed5c Mon Sep 17 00:00:00 2001
From: Michael Biebl
In most cases you may want to use device disconnect +
In most cases you may want to use device down command instead.
The connection is identified by its name, UUID or D-Bus path. If
ID is ambiguous, a keyword id,
uuid, path or
apath can be used.
See connection show above for the description of +
See connection show above for the description of
the ID-specifying keywords.
If --wait option is not specified, the default timeout
will be 10 seconds.
nmcli device { status | show | set | connect | reapply | modify | disconnect | delete | monitor | wifi | lldp } [ARGUMENTS...]
nmcli device { status | show | set | up | connect | reapply | modify | down | disconnect | delete | monitor | wifi | lldp } [ARGUMENTS...]
Show and manage network interfaces.
- connect
+ up
|
@@ -992,12 +992,20 @@
If no compatible connection exists, a new profile with default settings will be created and activated. This differentiates nmcli connection up ifname "$DEVICE" from - nmcli device connect "$DEVICE" + nmcli device up "$DEVICE"If |
|||
+ connect
+ |
+Alias for command up. Before version 1.34.0 up + was not supported. |
+|||
reapply
| ||||
- disconnect
+ down
|
@@ -1035,6 +1043,14 @@ | |||
+ disconnect
+ |
+Alias for command down. Before version 1.34.0 down + was not supported. |
+|||
delete
Parameters of the hotspot can be influenced by the optional parameters:
|