在关闭 systemd-resolved 服务之前,首先需要确认该服务的当前状态。你可以使用以下命令来查看服务状态: bash sudo systemctl status systemd-resolved 这个命令将显示 systemd-resolved 服务的当前状态,包括它是否正在运行等信息。 停止systemd-resolved 服务: 一旦确认 systemd-resol
复现过程:systemctl disable systemd-resolved systemctl stop systemd-resolved root@wuxiaobai-W510:~# ...