This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

omapl138的文件系统中resolv.conf重启清空问题



我们在系统中需要指定DNS,但是/etc/resolv.conf重启之后会清除在resolve.conf中输入的 DNS内容,查看系统进程也没有发现resolvconf、netmanager等维护resolv.conf 的进程,我知道可以通过在启动的配置文件中去echo “配置”>>/etc/resolv.conf中, 不过我想知道对resolv.conf文件的清空操作是在启动的代码流程中还是文件系统的哪个脚本中执行的。