호스트 이름을 설정하는 명령은 확실히 hostnamectl
입니다.
root ~ # hostnamectl set-hostname --static "YOUR-HOSTNAME-HERE"
: 여기에 제목, 좀 더이 기능을 설명하는 추가 소스의 페도라 20 아마존 EC2에 - 올바르게 호스트 이름을 설정 .
또한에 대한 맨 페이지 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.
Fedora 21에는 SELinux가 hostnamectl 액세스를 차단하는 버그가 있습니다 ( 버그 1133368-SELinux는 systemd-hostnam이 hostname 파일의 '링크 해제'액세스를 방해하고 있습니다) .
이 버그는 관련이있는 것 같습니다. /etc/hostname
설치시 SELinux 컨텍스트가 파일 에 제대로 적용되지 않는 문제가 있습니다 . 이것은 도구 hostnamectl
에서 파일을 조작 할 수 없다는 것을 나타냅니다 /etc/hostname
. 동일한 스레드가이 해결 방법을 제공했습니다.
$sudo restorecon -v /etc/hostname
참고 : 이 패치는 Anaconda (설치 도구)에 적용되어 향후 새로운 사용자에게이 문제가 해결 될 것입니다.