是否可以对无线网络进行排名?

And*_*iss 6 network-manager wireless networking

使用 Ubuntu 16.04.5 LTS 时,是否可以按优先顺序排列计算机应该连接到哪个无线网络的第一个、第二个等?

Rin*_*ind 7

nmcli connection modify wdn connection.autoconnect-priority 10
Run Code Online (Sandbox Code Playgroud)

在我的系统上:

rinzwind@schijfwereld:~$ nmcli -f autoconnect-priority,name c 
AUTOCONNECT-PRIORITY  NAME              
5                     schijfwereld-2.4g 
10                    schijfwereld-5g   
-999                  UTP               
10                    wdn      
Run Code Online (Sandbox Code Playgroud)

更高的数字获得更高的优先级。

取决于 Ubuntu 版本和风格

nm-connection-editor 
Run Code Online (Sandbox Code Playgroud)

连接编辑器允许您设置具有优先级的自动连接(从常规选项卡)