Polecenie, aby ustawić nazwę hosta jest zdecydowanie, hostnamectl
.
root ~ # hostnamectl set-hostname --static "YOUR-HOSTNAME-HERE"
Oto dodatkowe źródło, które bardziej szczegółowo opisuje tę funkcję, zatytułowane: Prawidłowe ustawienie nazwy hosta - Fedora 20 na Amazon EC2 .
Dodatkowo strona podręcznika dla hostnamectl
:
HOSTNAMECTL(1) hostnamectl HOSTNAMECTL(1)
NAME
hostnamectl - Control the system hostname
SYNOPSIS
hostnamectl [OPTIONS...] {COMMAND}
DESCRIPTION
hostnamectl may be used to query and change the system hostname and
related settings.
This tool distinguishes three different hostnames: the high-level
"pretty" hostname which might include all kinds of special characters
(e.g. "Lennart's Laptop"), the static hostname which is used to
initialize the kernel hostname at boot (e.g. "lennarts-laptop"), and
the transient hostname which is a default received from network
configuration. If a static hostname is set, and is valid (something
other than localhost), then the transient hostname is not used.
Note that the pretty hostname has little restrictions on the characters
used, while the static and transient hostnames are limited to the
usually accepted characters of Internet domain names.
The static hostname is stored in /etc/hostname, see hostname(5) for
more information. The pretty hostname, chassis type, and icon name are
stored in /etc/machine-info, see machine-info(5).
Use systemd-firstboot(1) to initialize the system host name for mounted
(but not booted) system images.
W Fedorze 21 występuje błąd, w którym SELinux uniemożliwia dostęp do nazwy hosta, znaleziony tutaj, zatytułowany: Błąd 1133368 - SELinux uniemożliwia systemd-nazwa hosta dostępowi do „odłączenia” nazwy hosta pliku .
Ten błąd wydaje się być powiązany. Wystąpił problem z nieprawidłowym zastosowaniem kontekstów SELinux do pliku /etc/hostname
podczas instalacji. Przejawia się to w tym, że narzędzie hostnamectl
nie może manipulować plikiem /etc/hostname
. Ten sam wątek oferował to obejście:
$sudo restorecon -v /etc/hostname
UWAGA: Poprawki zostały zastosowane w Anaconda (narzędziu instalacyjnym), dzięki czemu ten problem powinien zniknąć w przyszłości dla nowych użytkowników.