加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > Linux > 正文

linux – 在Ubuntu 10.04上,/ etc / hostname是否应该包含服务器

发布时间:2020-12-13 18:45:25 所属栏目:Linux 来源:网络整理
导读:在Ubuntu 10.04上,/ etc / hostname是否应包含服务器的完全限定域名? 解决方法 不,只是主机名部分. According to Ubuntu’s man pages,/ etc / hostname应该只包含主机名的主机名部分,而不是FQDN: THE FQDN You can’t change the FQDN (as returned by ho
在Ubuntu 10.04上,/ etc / hostname是否应包含服务器的完全限定域名?

解决方法

不,只是主机名部分. According to Ubuntu’s man pages,/ etc / hostname应该只包含主机名的主机名部分,而不是FQDN:

THE FQDN

You can’t change the FQDN
(as returned by hostname –fqdn) or
the DNS domain name (as returned by
dnsdomainname) with this command. The
FQDN of the system is the name that
the resolver(3) returns for the host
name.

Technically: The FQDN is the name
gethostbyname(2) returns for the host
name returned by gethostname(2). The
DNS domain name is the part after the
first dot.

Therefore it depends on the
configuration (usually in
/etc/host.conf) how you can change
it. Usually (if the hosts file is
parsed before DNS or NIS) you can
change it in /etc/hosts.

NOTES

The address families hostname tries when looking up the FQDN,
aliases
and network addresses of the host are determined by the
configuration
of your resolver. For instance,on GNU Libc systems,the
resolver can
be instructed to try IPv6 lookups first by using the inet6
option in /etc/resolv.conf.

FILES

/etc/hosts /etc/hostname This file should only contain domain name and not the full FQDN.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读