Ubuntu 12.04桌面


0

在Ubuntu 12.04桌面版中,从GUI编辑网络接口设置后,这些设置存储在哪里?

我在/ etc / network / interfaces文件中找不到相同的内容。

谢谢Namith


1
你应该试试askubuntu.com
assylias 2012年

Answers:


1

它存储在/etc/NetworkManager/system-connections/文件夹中。每个网络连接都有文件。


0

在使用网络管理器的标准桌面安装上,/ etc / network / interfaces文件使用不多。唯一的内容是:代码:

auto lo
iface lo inet loopback

您可以使用terminal命令以root身份运行gedit来保存它

gksudo gedit /etc/network/interfaces

然后只需粘贴2行并保存文件即可

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.