File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -40,16 +40,16 @@ OBJECT
40
40
# ## 实例
41
41
42
42
` ` ` shell
43
- nmcli connection show # 查看当前连接状态
44
- nmcli connection reload # 重启服务
45
- nmcli connection show -active # 显示活动的连接
46
- nmcli connection show " lan eth0" # 显示指定一个网络连接配置
47
- nmcli device status # 显示设备状态
48
- nmcli device show eno16777736 # 显示指定接口属性
49
- nmcli device show # 显示全部接口属性
50
- nmcli con up static # 启用static连接配置
51
- nmcli con up default # 启用default连接配置
52
- nmcli con add help # 查看帮助
43
+ nmcli connection show # 查看当前连接状态
44
+ nmcli connection reload # 重启服务
45
+ nmcli connection show -active # 显示活动的连接
46
+ nmcli connection show " lan eth0" # 显示指定一个网络连接配置
47
+ nmcli device status # 显示设备状态
48
+ nmcli device show eno16777736 # 显示指定接口属性
49
+ nmcli device show # 显示全部接口属性
50
+ nmcli con up static # 启用static连接配置
51
+ nmcli con up default # 启用default连接配置
52
+ nmcli con add help # 查看帮助
53
53
54
54
` ` `
55
55
You can’t perform that action at this time.
0 commit comments