Dumb DNS question
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Esta mensagem é parte da seguinte discussão:
a lista completa das discussões ordenadas por data
Don Calfa em
2003-08-04 15:52
Bryce C em
2003-08-04 16:00
Anexos:
Mensagem como email
(text/plain)
Autor:
Craig White
Data:
2003-08-04 15:59
UTC
Assunto:
Dumb DNS question
On Mon, 2003-08-04 at 08:52, Don Calfa wrote:
> How can I find out/change my DNS settings via command line without using
> netconfig?
>
----
echo "nameserver xxx.xxx.xxx.xxx" > /etc/resolv.conf
and maybe
echo "nameserver xxx.xxx.xxx.xxx" >> /etc/resolv.conf
one ">" will entirely replace the contents of the file
two ">" will append to the bottom of the file
Craig