[Seek Help] uos怎么删除连接过的隐藏网络?
Tofloor
poster avatar
a***1@163.com
deepin
2021-01-22 16:31
Author

在家一直有线千兆网连接。

昨晚上连了下家里5G的隐藏WiFi。

换回房间接有线想删一下,结果尴尬的发现找不到删除已连接WiFi信号的地方??

或者用命令编辑哪个目录文件?

Reply Favorite View the author
All Replies
from-mail_1xx-xxxx-007
deepin
2021-01-22 17:24
#1
打开终端,执行下列命令:
nmcli connection delete id <你要删除的WiFi名称>
例如,
nmcli connection delete id MERCURY_57DF
Reply View the author
from-mail_1xx-xxxx-007
deepin
2021-01-22 17:53
#2

查看已保存的WiFi:

sudo ls /etc/NetworkManager/system-connections

要去掉显示出的后缀,这样做:

sudo ls /etc/NetworkManager/system-connections|sed 's/.nmconnection//g'
Reply View the author
a***1@163.com
deepin
2021-01-23 18:14
#3
from-mail_1xx-xxxx-007

查看已保存的WiFi:

sudo ls /etc/NetworkManager/system-connections

要去掉显示出的后缀,这样做:

sudo ls /etc/NetworkManager/system-connections|sed 's/.nmconnection//g'

喔,学习之,谢谢哈。

试试看。

Reply View the author