File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,16 +40,16 @@ OBJECT
4040# ## 实例
4141
4242` ` ` 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 # 查看帮助
5353
5454` ` `
5555
You can’t perform that action at this time.
0 commit comments