> Linux教程 >

linux下dns查看与配置教程

linux下好像没有专门的dns查看命令。
用ifconfig命令也是看不到dns的信息。(也可能是我不知道)
 
本机的dns配置信息是在:/etc/resolv.conf
 

[root@localhost etc]#cat resolv.conf
nameserver xxx.xxx.xxx.xxx
//这个就是配置或dhcp分配的dns服务器地址,可以手动修改此地址
 

(责任编辑:IT)