要查看CentOS上的DNS地址,您可以使用以下命令之一:
使用nmcli命令:
nmcli
nmcli device show | grep DNS
使用systemd-resolve命令:
systemd-resolve
systemd-resolve --status | grep DNS
查看/etc/resolv.conf文件:
/etc/resolv.conf
cat /etc/resolv.conf
这些命令将显示运行中的CentOS系统上配置的DNS服务器地址。