Я попытался изменить полное доменное имя в Ubuntu с помощью sudo -i gedit /etc/hosts
и изменить его, как показано ниже:
127.0.0.1 localhost
127.0.1.1 ubuntu.example.com
192.168.217.129 ubuntu.example.com
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
после этого я попробовал:
hostname -f
который показывает:
hostname: Name or service not known
Как я могу изменить полное доменное имя?