Centos 6 中 RPM 提供了文件 resolv.conf

edo*_*tan 2 resolv.conf centos

Centos 6 中哪个RPM 提供了resolv.conf 文件?

Mic*_*ton 5

这很容易发现。赶紧跑:

rpm -qf /etc/resolv.conf
Run Code Online (Sandbox Code Playgroud)

你会看到答案是:

file /etc/resolv.conf is not owned by any package
Run Code Online (Sandbox Code Playgroud)

那是因为它在安装时由系统生成,然后由系统管理员(希望是您)或 NetworkManager 管理。